mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Currency
* expanded tooltips * moved cap from hardcoded to DB * can now set description (manually) Itemset * expanded tooltips Lang * number formating is now locale-aware
This commit is contained in:
5
setup/updates/1436619600_01.sql
Normal file
5
setup/updates/1436619600_01.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE `aowow_currencies`
|
||||
ADD COLUMN `cap` MEDIUMINT UNSIGNED NOT NULL AFTER `itemId`;
|
||||
|
||||
UPDATE `aowow_currencies` SET `cap` = 10000 WHERE `id` = 103;
|
||||
UPDATE `aowow_currencies` SET `cap` = 75000 WHERE `id` = 104;
|
||||
Reference in New Issue
Block a user