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:
sogladev
2026-07-29 00:23:58 +02:00
committed by GitHub
parent bee797f734
commit 47038fd60b

View File

@@ -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));