Core/scripts: Add generic script to prevent cannon movement.

This commit is contained in:
Malcrom
2012-06-01 12:23:55 -02:30
parent 99b23429db
commit dfbd7a820b
2 changed files with 29 additions and 0 deletions

View File

@@ -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);