mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 10:37:12 +00:00
[10148] Improve .gm ingame command
Thanks to Vladimir for suggestions
This commit is contained in:
parent
790e3b85bd
commit
ba5de6eb8c
7 changed files with 28 additions and 15 deletions
6
sql/updates/10148_01_mangos_mangos_string.sql
Normal file
6
sql/updates/10148_01_mangos_mangos_string.sql
Normal 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue