mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
DB/Creature: Add more proper spell for Muckshell Snapclaw
Closes #26248
This commit is contained in:
3
sql/updates/world/3.3.5/2021_03_17_03_world.sql
Normal file
3
sql/updates/world/3.3.5/2021_03_17_03_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user