Skip to content

Commit

Permalink
DB/Misc: A few updates
Browse files Browse the repository at this point in the history
1) Delete the duplicated spawns from 8aabb08
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 ce0e1c0)
  • Loading branch information
dr-j authored and Shauren committed Apr 8, 2016
1 parent 76bbf5f commit b16e4bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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);

0 comments on commit b16e4bb

Please sign in to comment.