aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2012-06-01 12:23:55 -0230
committerMalcrom <malcromdev@gmail.com>2012-06-01 12:23:55 -0230
commitdfbd7a820b6f577d7a38bc88e6152903571b3dd1 (patch)
treec083a764f96bf29c3cdc41373ce3b4cab7fc0353 /sql
parent99b23429db65adf4d4e7463f74ba5278d930e196 (diff)
Core/scripts: Add generic script to prevent cannon movement.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_06_01_01_world_creature_script.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_06_01_01_world_creature_script.sql b/sql/updates/world/2012_06_01_01_world_creature_script.sql
new file mode 100644
index 00000000000..d90800bd1af
--- /dev/null
+++ b/sql/updates/world/2012_06_01_01_world_creature_script.sql
@@ -0,0 +1,2 @@
+-- Add Generic Harpoon gun script to prevent movement
+UPDATE `creature_template` SET `ScriptName`= 'npc_generic_harpoon_cannon' WHERE `entry` IN (27714,30066,30337);