DB/Creature: Add more proper spell for Muckshell Snapclaw

Closes #26248
This commit is contained in:
offl
2021-03-17 02:12:53 +02:00
parent 4b73205c72
commit ae9b0ea6e1

View File

@@ -0,0 +1,3 @@
--
UPDATE `smart_scripts` SET `event_param1` = 4000, `event_param2` = 12000, `event_param3` = 16000, `event_param4` = 24000, `action_param1` = 744, `action_param2` = 32, `comment` = "Muckshell Snapclaw - In Combat - Cast 'Poison'" WHERE `entryorguid` = 4402 AND `source_type` = 0 AND `id` = 0;
UPDATE `creature` SET `wander_distance` = 5, `MovementType` = 1 WHERE `id` = 4402;