mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
DB: fixed a typo
*big oof
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
-- Interrogator Vishas
|
||||
UPDATE `creature_template` SET `flags_extra`= `flags_extra` | 0x800;
|
||||
UPDATE `creature_template` SET `flags_extra`= `flags_extra` | 0x800 WHERE `entry`= 3983;
|
||||
UPDATE `creature_template_addon` SET `auras`= '8981' WHERE `entry`= 3983;
|
||||
|
||||
-- Bloodmage Thalnos
|
||||
UPDATE `creature_template` SET `flags_extra`= 0 WHERE `entry`= 4543;
|
||||
|
||||
Reference in New Issue
Block a user