server/sql/updates/12141_02_mangos_mangos_string.sql
Yaki Khadafi b4d7780f46 [12140] Basic curency support. Based on @Supabad, @Shocker, @Shauren work.
TODO: reward/take currencies from quests, take currencies with extended cost, reset currencies week count.

Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
2020-02-16 20:41:19 +00:00

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);