diff options
| author | Kinzcool <kinzzcool@hotmail.com> | 2014-05-11 04:09:08 -0400 |
|---|---|---|
| committer | Kinzcool <kinzzcool@hotmail.com> | 2014-05-11 04:09:08 -0400 |
| commit | 4453cdc5bd3c45551510b203efc6e7a793ba1f06 (patch) | |
| tree | 7f0d01f877d84a2503e3d3826c44e7a4cdccbddb | |
| parent | 392e045bda32a8901526b05ab216ba15920e8aec (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.sql | 4 |
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; |
