mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
fix(DB/Update): Fix update 2022_07_26_04.sql (#12553)
init Co-authored-by: Si1ker <Si1ker@users.noreply.github.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
UPDATE `creature_template` SET `mingold`=0, `maxgold`=0 WHERE `entry`=15546;
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|256 WHERE `entry`=15369;
|
||||
DELETE FROM `creature_addon` WHERE `guid`=144641;
|
||||
INSERT INTO `creature_addon` (`guid`, `auras`) VALUES
|
||||
(144641, '8876'); -- Triggers SPELL_THRASH = 3391
|
||||
|
||||
|
||||
Reference in New Issue
Block a user