DB/Misc: Fix some startup errors
Note: if those mobs starts moving now needs to be properly fixed, no hacked with speed 0.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Template updates
|
||||
UPDATE `creature_template` SET `speed_walk`=1 WHERE `entry`=20809; -- Mana Bomb Channel Trigger
|
||||
UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1.14286 WHERE `entry` IN (26631,31350); -- Novos the Summoner
|
||||
UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=1 WHERE `entry` IN (27894,32795); -- Antipersonnel Cannon
|
||||
UPDATE `creature_template` SET `speed_walk`=1,`speed_run`=0.99206 WHERE `entry`=30337; -- Jotunheim Rapid-Fire Harpoon
|
||||
Reference in New Issue
Block a user