aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2012-05-11 20:18:16 -0230
committerMalcrom <malcromdev@gmail.com>2012-05-11 20:18:16 -0230
commit1327591a926bd6eaa5b1dcc7e1aa2f39e5e1c08b (patch)
tree67cc16a01744cd4c6235fbe25c54eb94264af086
parentd8a1a0e05ada916705388af91a7f533350df8d9c (diff)
DB/Gameobject_template: Update flags for two Pit of Saron object.
-rw-r--r--sql/updates/world/2012_05_11_01_world_gameobject_template.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_11_01_world_gameobject_template.sql b/sql/updates/world/2012_05_11_01_world_gameobject_template.sql
new file mode 100644
index 00000000000..630a166276b
--- /dev/null
+++ b/sql/updates/world/2012_05_11_01_world_gameobject_template.sql
@@ -0,0 +1,4 @@
+-- Lock Ice Wall and make untargetable
+UPDATE `gameobject_template` SET `flags`=18 WHERE `entry`=201885;
+-- Saronite Rock Should be untargetable
+UPDATE `gameobject_template` SET `flags`=18 WHERE `entry`=196485;