mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
TODO: reward/take currencies from quests, take currencies with extended cost, reset currencies week count. Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
7 lines
427 B
SQL
7 lines
427 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_12141_01_mangos_command required_12141_02_mangos_mangos_command bit;
|
|
|
|
DELETE FROM `mangos_string` WHERE `entry` IN (299, 306, 453);
|
|
INSERT INTO `mangos_string` VALUE
|
|
(299,'The currency id %u of %s was set to %u!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
|
(306,'Amount',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
|
(453,'No currencies found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|