mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-22 10:10:13 +01:00
Added increase_gold/bank funcs to prevent cash overflow
This commit is contained in:
parent
a95ac76ef7
commit
4892b22a51
13 changed files with 230 additions and 101 deletions
|
|
@ -642,6 +642,9 @@
|
|||
#define MAX_HELP_ENTRY MAX_STRING_LENGTH /**< Max size of help entry */
|
||||
#define MAX_COMPLETED_QUESTS 1024 /**< Maximum number of completed quests allowed */
|
||||
|
||||
#define MAX_GOLD 2140000000 /**< Maximum possible on hand gold (2.14 Billion) */
|
||||
#define MAX_BANK 2140000000 /**< Maximum possible in bank gold (2.14 Billion) */
|
||||
|
||||
/** Define the largest set of commands for a trigger.
|
||||
* 16k should be plenty and then some. */
|
||||
#define MAX_CMD_LENGTH 16384
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue