aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
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);