diff --git a/data/sql/updates/pending_db_world/rev_1714155297791279749.sql b/data/sql/updates/pending_db_world/rev_1714155297791279749.sql index b9ed801e14..a59c658620 100644 --- a/data/sql/updates/pending_db_world/rev_1714155297791279749.sql +++ b/data/sql/updates/pending_db_world/rev_1714155297791279749.sql @@ -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;