mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
7
data/sql/updates/db_world/2025_06_05_01.sql
Normal file
7
data/sql/updates/db_world/2025_06_05_01.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2025_06_05_00 -> 2025_06_05_01
|
||||
|
||||
-- Remove Wrong Auras
|
||||
UPDATE `creature_addon` SET `auras` = '' WHERE (`guid` IN (129492, 129496, 129497, 129498, 129499));
|
||||
|
||||
-- Remove Wrong Unit Flags (Immune to npc and pc "Sniffs")
|
||||
UPDATE `creature_template` SET `unit_flags` = `unit_flags` &~(256|512) WHERE (`entry` = 28406);
|
||||
Reference in New Issue
Block a user