mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +00:00
3
data/sql/updates/db_world/2026_04_03_02.sql
Normal file
3
data/sql/updates/db_world/2026_04_03_02.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2026_04_03_01 -> 2026_04_03_02
|
||||
-- Add CREATURE_FLAG_EXTRA_CANNOT_ENTER_COMBAT to Toxic Tunnel (Naxxramas)
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 0x00002000 WHERE `entry` = 16400;
|
||||
Reference in New Issue
Block a user