diff options
| author | megamage <none@none> | 2009-02-16 19:04:31 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-16 19:04:31 -0600 |
| commit | 00ba699d6f391623db188cdcf183262369d38f31 (patch) | |
| tree | 5fdc1441dc3f71a5de985c9c176e32aa51c7cdc4 /sql/updates | |
| parent | 91e640d14e2332f0e1fc47780fc6278c02e47ee6 (diff) | |
| parent | 5ded6c8df4920acbc14b6b21dd2d68a54e99011a (diff) | |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/1069_world_scripts.sql | 12 | ||||
| -rw-r--r-- | sql/updates/CMakeLists.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/1069_world_scripts.sql b/sql/updates/1069_world_scripts.sql new file mode 100644 index 00000000000..0fafabf63f1 --- /dev/null +++ b/sql/updates/1069_world_scripts.sql @@ -0,0 +1,12 @@ +DELETE FROM `spell_script_target` WHERE `entry` IN ('44807', '32307', '32314'); +INSERT INTO `spell_script_target` (`entry`,`type`,`targetEntry`) VALUES +('44807', '1', '24850'), +('44807', '1', '24892'), +('32307', '2', '17146'), +('32307', '2', '17147'), +('32307', '2', '17148'), +('32307', '2', '18658'), +('32314', '2', '17138'), +('32314', '2', '18037'), +('32314', '2', '18064'), +('32314', '2', '18065');
\ No newline at end of file diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index e4bdea2d372..0456f080b1b 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -34,4 +34,5 @@ INSTALL(FILES 1325_world.sql 1327_world.sql 1351_world.sql +1069_world_scripts.sql DESTINATION share/trinity/sql/updates)
\ No newline at end of file |
