[10148] Improve .gm ingame command

Thanks to Vladimir for suggestions
This commit is contained in:
Lightguard 2010-07-04 00:09:33 +02:00
parent 790e3b85bd
commit ba5de6eb8c
7 changed files with 28 additions and 15 deletions

View file

@ -0,0 +1,6 @@
ALTER TABLE db_version CHANGE COLUMN required_10131_01_mangos_spell_bonus_data required_10148_01_mangos_mangos_string bit;
DELETE FROM mangos_string WHERE entry IN (63, 64);
INSERT INTO mangos_string () VALUES
(63, "Accepts whispers", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(64, "Doesn't accept whispers", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);