diff options
author | Nay <dnpd.dd@gmail.com> | 2012-04-05 17:42:19 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-04-05 17:42:19 +0100 |
commit | e3fd50b7f5af048501cc952499a87c277b9d22d3 (patch) | |
tree | b386a8834c976a3a002b5f221b71bb6634cbac68 | |
parent | d155304f8409a55254d57f646e612098d20bf886 (diff) |
This should have been commented out (@ previous commit)
-rw-r--r-- | sql/updates/world/2012_04_05_00_world_gameobject_template.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_04_05_00_world_gameobject_template.sql b/sql/updates/world/2012_04_05_00_world_gameobject_template.sql index ab05bf43b86..d50c4ad8d1c 100644 --- a/sql/updates/world/2012_04_05_00_world_gameobject_template.sql +++ b/sql/updates/world/2012_04_05_00_world_gameobject_template.sql @@ -7,7 +7,7 @@ UPDATE `gameobject_template` SET `questItem1`=30527, `questItem2`=30524, `questI -- UPDATE `gameobject_template` SET `type`=5, `data3`=0, `data5`=0 WHERE `entry`=188187; -- Snow Pile UPDATE `gameobject_template` SET `size`=0.45 WHERE `entry`=190169; -- Tiger Lily UPDATE `gameobject_template` SET `unk1`='' WHERE `entry`=190549; -- The Zephyr -UPDATE `gameobject_template` SET `data0`=2061 WHERE `entry`=191300; -- Fire +-- UPDATE `gameobject_template` SET `data0`=2061 WHERE `entry`=191300; -- Fire UPDATE `gameobject_template` SET `displayId`=7836 WHERE `entry`=196485; -- Saronite Rock -- UPDATE `gameobject_template` SET `data0`=2061 WHERE `entry`=126337; -- 126337 -- UPDATE `gameobject_template` SET `data0`=2061 WHERE `entry`=126338; -- 126338 |