diff options
author | Kudlaty <none@none> | 2009-05-26 21:24:30 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-05-26 21:24:30 +0200 |
commit | bc9bf1d635f3631292f4ff4b13a513225252ece4 (patch) | |
tree | 90b81d23e7739fc015474df46506241ff5aa54f8 | |
parent | 2c67de7004c25471eef5cbde11008db661795202 (diff) |
Uptade spell script target with spells (54699,54725,54744,54746)
--HG--
branch : trunk
-rw-r--r-- | sql/updates/3576_world_spell_script_target.sql | 8 | ||||
-rw-r--r-- | sql/world_spell_full.sql | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/sql/updates/3576_world_spell_script_target.sql b/sql/updates/3576_world_spell_script_target.sql new file mode 100644 index 00000000000..37d786bc129 --- /dev/null +++ b/sql/updates/3576_world_spell_script_target.sql @@ -0,0 +1,8 @@ +-- Teleports in dk starting area +DELETE FROM `spell_script_target` WHERE entry IN +(54699,54725,54744,54746); +INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES +(54699,1,0), +(54725,1,0), +(54744,1,0), +(54746,1,0); diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql index efcc9a81949..de8f8341215 100644 --- a/sql/world_spell_full.sql +++ b/sql/world_spell_full.sql @@ -498,6 +498,15 @@ DELETE FROM `spell_script_target` WHERE entry IN INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES (58672, 1, 31125); -- Impale (Archavon) +-- Teleports in dk starting area +DELETE FROM `spell_script_target` WHERE entry IN +(54699,54725,54744,54746); +INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES +(54699,1,0), +(54725,1,0), +(54744,1,0), +(54746,1,0); + -- -------- -- POSITION -- -------- |