mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 07:17:57 +00:00
fix(DB/Immunities): Embalming Slime (1) speed and immunity (#26854)
Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
--
|
||||
-- Invisibility and Stealth Detection
|
||||
UPDATE `creature_template_addon` SET `auras` = '18950' WHERE (`entry` IN (16024, 29355));
|
||||
-- 3.0 speed
|
||||
UPDATE `creature_template` SET `speed_run` = 0.42857 WHERE (`entry` = 29355);
|
||||
-- mech=0x3C8B3E12(DISORIENTED|FEAR|SLEEP|SNARE|STUN|FREEZE|KNOCKOUT|POLYMORPH|BANISH|SHACKLE|HORROR|DAZE|DISCOVERY|IMMUNE_SHIELD|SAPPED)
|
||||
UPDATE `creature_template` SET `CreatureImmunitiesId` = -393 WHERE (`entry` IN (16024, 29355));
|
||||
Reference in New Issue
Block a user