parent
460f86d4d2
commit
84531500e5
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2025_01_05_03 -> 2025_01_05_04
|
||||
|
||||
-- Remove unit flag "stunned" from Citizen of Havenshire
|
||||
UPDATE `creature_template` SET `unit_flags`=`unit_flags`& ~262144 WHERE (`entry` = 28576);
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2025_01_05_04 -> 2025_01_05_05
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 23586) AND (`source_type` = 0);
|
||||
UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_amanishi_scout' WHERE (`entry` = 23586);
|
||||
Loading…
Add table
Add a link
Reference in a new issue