aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKinzcool <kinzzcool@hotmail.com>2014-05-11 04:09:08 -0400
committerKinzcool <kinzzcool@hotmail.com>2014-05-11 04:09:08 -0400
commit4453cdc5bd3c45551510b203efc6e7a793ba1f06 (patch)
tree7f0d01f877d84a2503e3d3826c44e7a4cdccbddb
parent392e045bda32a8901526b05ab216ba15920e8aec (diff)
DB/Gameobjects: Fixed Gymer's cage phasemask to make it appear while doing "The Storm King's Vengeance" quest
-rw-r--r--sql/updates/world/2014_05_11_02_world_gameobject.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_05_11_02_world_gameobject.sql b/sql/updates/world/2014_05_11_02_world_gameobject.sql
new file mode 100644
index 00000000000..e4648d78f50
--- /dev/null
+++ b/sql/updates/world/2014_05_11_02_world_gameobject.sql
@@ -0,0 +1,4 @@
+ALTER TABLE `points_of_interest` ADD `VerifiedBuild` SMALLINT(5) DEFAULT '0';
+ALTER TABLE `spell_target_position` ADD `VerifiedBuild` SMALLINT(5) DEFAULT '0';
+
+UPDATE `gameobject` SET `phasemask`=256 WHERE `guid`=76992;