From 0c0a7b6b0ee55aa1c58a82b2afdc48614f3342bc Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 2 Sep 2009 15:42:40 -0500 Subject: [8444] Prevent spawn gameobjects with invalid displayid by command. Author: VladimirMangos Also fix mangos string for not existed gameobejct entry. --HG-- branch : trunk --- sql/updates/5552_8444_world_trinity_string.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/5552_8444_world_trinity_string.sql (limited to 'sql/updates') diff --git a/sql/updates/5552_8444_world_trinity_string.sql b/sql/updates/5552_8444_world_trinity_string.sql new file mode 100644 index 00000000000..0d41fadfbae --- /dev/null +++ b/sql/updates/5552_8444_world_trinity_string.sql @@ -0,0 +1,6 @@ +-- ALTER TABLE db_version CHANGE COLUMN required_8416_01_mangos_spell_learn_spell required_8444_01_mangos_mangos_string bit; + +DELETE FROM trinity_string WHERE entry IN(348,522); +INSERT INTO trinity_string VALUES +(348,'Game Object (Entry: %u) have invalid data and can\'t be spawned',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(522,'Game Object (Entry: %u) not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); -- cgit v1.2.3