diff options
author | Aokromes <jipr@hotmail.com> | 2013-11-03 06:14:05 +0100 |
---|---|---|
committer | Aokromes <jipr@hotmail.com> | 2013-11-03 06:14:05 +0100 |
commit | d84bdcc1d0facec3e73bf84ca22ecc29d3bbf610 (patch) | |
tree | d2b1b163a6ca7a6855d544d4282962f2b14f4734 | |
parent | 2dd80b813e06cdfa31fffc610db5e5b93591710c (diff) |
DB/Misc: Lunar Festival Invitation - Teleport Moonglade
by zaphod77, updates #4945
-rw-r--r-- | sql/updates/world/2013_11_03_19_world_misc.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_11_03_19_world_misc.sql b/sql/updates/world/2013_11_03_19_world_misc.sql new file mode 100644 index 00000000000..7a5e4f9d7d5 --- /dev/null +++ b/sql/updates/world/2013_11_03_19_world_misc.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM spell_scripts WHERE id=26373; +DELETE FROM spell_linked_spell WHERE spell_trigger=26373; +INSERT INTO spell_linked_spell VALUES (26373,26448,0,'Lunar Festival Invitation - Teleport Moonglade'); |