mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-07 22:27:17 +00:00
Created character_currency (markdown)
@@ -0,0 +1,19 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
id|int(11) unsigned|NO|PRI|0|
|
||||||
|
platinum|int(11) unsigned|NO| |0|
|
||||||
|
gold|int(11) unsigned|NO| |0|
|
||||||
|
silver|int(11) unsigned|NO| |0|
|
||||||
|
copper|int(11) unsigned|NO| |0|
|
||||||
|
platinum\_bank|int(11) unsigned|NO| |0|
|
||||||
|
gold\_bank|int(11) unsigned|NO| |0|
|
||||||
|
silver\_bank|int(11) unsigned|NO| |0|
|
||||||
|
copper\_bank|int(11) unsigned|NO| |0|
|
||||||
|
platinum\_cursor|int(11) unsigned|NO| |0|
|
||||||
|
gold\_cursor|int(11) unsigned|NO| |0|
|
||||||
|
silver\_cursor|int(11) unsigned|NO| |0|
|
||||||
|
copper\_cursor|int(11) unsigned|NO| |0|
|
||||||
|
radiant\_crystals|int(11) unsigned|NO| |0|
|
||||||
|
career\_radiant\_crystals|int(11) unsigned|NO| |0|
|
||||||
|
ebon\_crystals|int(11) unsigned|NO| |0|
|
||||||
|
career\_ebon\_crystals|int(11) unsigned|NO| |0|
|
||||||
Reference in New Issue
Block a user