mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
DB/Creature: Fix stand state for Fjord Hawk
This commit is contained in:
22
sql/updates/world/3.3.5/2018_10_01_01_world.sql
Normal file
22
sql/updates/world/3.3.5/2018_10_01_01_world.sql
Normal file
@@ -0,0 +1,22 @@
|
||||
--
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (112058,112059,112088,112089,112091,112114,112115,112141,112142,112149,112150,112151,112152,112153,112154,112155,112156,112157,112158);
|
||||
INSERT INTO `creature_addon` (`guid`,`bytes2`) VALUES
|
||||
(112058,0),
|
||||
(112059,0),
|
||||
(112088,0),
|
||||
(112089,0),
|
||||
(112091,0),
|
||||
(112114,0),
|
||||
(112115,0),
|
||||
(112141,0),
|
||||
(112142,0),
|
||||
(112149,0),
|
||||
(112150,0),
|
||||
(112151,0),
|
||||
(112152,0),
|
||||
(112153,0),
|
||||
(112154,0),
|
||||
(112155,0),
|
||||
(112156,0),
|
||||
(112157,0),
|
||||
(112158,0);
|
||||
Reference in New Issue
Block a user