diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5552_8444_world_trinity_string.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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); |
