aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2013_06_11_00_world_creature_template.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_11_00_world_creature_template.sql b/sql/updates/world/2013_06_11_00_world_creature_template.sql
new file mode 100644
index 00000000000..f3804796caf
--- /dev/null
+++ b/sql/updates/world/2013_06_11_00_world_creature_template.sql
@@ -0,0 +1,3 @@
+-- Set Entry 18955 "Camera Shaker - 30-90 seconds" as trigger and remove random movement
+UPDATE `creature_template` SET `modelid1`=16925, `modelid2`=16480, `flags_extra`=`flags_extra`|128 WHERE `entry`=18955;
+UPDATE `creature` SET `spawndist`=0, `MovementType`=0 WHERE `id`=18955;