fix: web wraps should not attack

This commit is contained in:
Jelle Meeus
2024-04-28 15:35:19 +02:00
parent cea566ac0d
commit e72413377a

View File

@@ -1,6 +1,6 @@
--
-- Web Wrap: disable move, stunned; disable turn
UPDATE `creature_template` SET `unit_flags` = 4 | 262144, `unit_flags2` = 32768 WHERE (`entry` = 16486);
-- Web Wrap: disable move, pacified; disable turn
UPDATE `creature_template` SET `unit_flags` = 4 | 131076, `unit_flags2` = 32768 WHERE (`entry` = 16486);
-- 28622: Web Wrap stunned dot
DELETE FROM `spell_script_names` WHERE `spell_id` = 28622;