mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
(DB/Creatures): fixup Dual Wield for creatures, remove some CREATURE_FLAG_EXTRA_USE_OFFHAND_ATTACK (#20061)
remove flags
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
--
|
||||||
|
UPDATE `creature_template` SET `flags_extra` = `flags_extra` & ~2048 WHERE `entry` IN (
|
||||||
|
3672, -- Boahn
|
||||||
|
20783, -- Porfus the Gem Gorger
|
||||||
|
21639, -- Illidari Slayer
|
||||||
|
21717, -- Dragonmaw Wrangler
|
||||||
|
12100, -- Lava Reaver
|
||||||
|
22076, -- Torloth the Magnificent
|
||||||
|
22004 -- Leoroxx
|
||||||
|
);
|
||||||
Reference in New Issue
Block a user