diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2016-03-06 21:28:52 +0000 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-04-09 00:30:43 +0200 |
commit | b16e4bbd0f00abd45bd3fd2481cb507231a548ff (patch) | |
tree | 00b1a8b8660459c413b6a521db8b8b42fec6ce6a | |
parent | 76bbf5fc0cc0a73bb8068495c755704b8b6d78ed (diff) |
DB/Misc: A few updates
1) Delete the duplicated spawns from https://github.com/TrinityCore/TrinityCore/commit/8aabb087f0aa3d3ed627167f5c12075bfc945720
2) Correct targeting for text which was bought up on irc yesterday
3) Correct phasing for objects involved with http://www.wowhead.com/quest=13220/putting-olakin-back-together-again
(cherry picked from commit ce0e1c0fbe6b17421b686e803e2b57d77d0ea4df)
-rw-r--r-- | sql/updates/world/2016_04_09_00_world2016_03_06_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_09_00_world2016_03_06_00_world.sql b/sql/updates/world/2016_04_09_00_world2016_03_06_00_world.sql new file mode 100644 index 00000000000..85949288373 --- /dev/null +++ b/sql/updates/world/2016_04_09_00_world2016_03_06_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `gameobject` WHERE `guid` IN(62187,62190,62198); +UPDATE `smart_scripts` SET `target_type`=7 WHERE `entryorguid`=11448 AND `source_type`=0 AND `id`=2 AND `link`=0; +UPDATE `gameobject` SET `phaseId`=175 WHERE `guid`IN(16974,16976,99723); |