diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-06-28 17:53:35 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-06-28 17:53:35 +0200 |
commit | 813a903746c9e5d8915453309c38259a635c086a (patch) | |
tree | 177bed286af2800852ecfe470af395a4e8935a7f /sql | |
parent | e243df4df92e477509c37ac4fd54e49c71e79cd0 (diff) |
DB/Misc: Fix startup errors
By Killyana, updates #14730
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2015_06_28_02_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2015_06_28_02_world.sql b/sql/updates/world/2015_06_28_02_world.sql new file mode 100644 index 00000000000..1cefda770d0 --- /dev/null +++ b/sql/updates/world/2015_06_28_02_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature_addon` WHERE `guid` IN (104706, 104705); + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (53099, 54640, 55288); +DELETE FROM `spell_scripts` WHERE `id` IN (53099, 55288); +INSERT INTO `spell_scripts` (`id`,`effIndex`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES +(53099,0,0,15,53098,0,0,0,0,0,0); +(55288,0,0,15,55289,0,0,0,0,0,0); |