mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
DB/Creature: Fix equipment for Vereth the Cunning
This commit is contained in:
4
sql/updates/world/3.3.5/2020_01_17_02_world.sql
Normal file
4
sql/updates/world/3.3.5/2020_01_17_02_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (30944);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `bytes2`) VALUES
|
||||
(30944, 0);
|
||||
Reference in New Issue
Block a user