mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
DB/Equip: Fixed Auriaya's equipment & her animation while fighting
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `creature_equip_template` WHERE `entry`=2500;
|
||||
INSERT INTO `creature_equip_template` (`entry`,`itemEntry1`,`itemEntry2`,`itemEntry3`)
|
||||
VALUES
|
||||
(2500,45315,0,0);
|
||||
Reference in New Issue
Block a user