aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-10-01 21:17:43 +0200
committerShauren <shauren.trinity@gmail.com>2021-11-12 00:16:30 +0100
commit5fedb4a8fda51aeee3ed05714db8765e3196ad1f (patch)
tree58f6ea38db95ae3ef1b07c8d69f932ecb4b5e6b4 /sql
parent67774123cbcac58cc5837ed848417b28830bca06 (diff)
DB/Creature: Fix stand state for Fjord Hawk
(cherry picked from commit f7f4c477679d344f0fda9b8f5efeaea8fa1f091d)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_11_11_18_world_2018_10_01_01_world.sql22
1 files changed, 22 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_11_18_world_2018_10_01_01_world.sql b/sql/updates/world/master/2021_11_11_18_world_2018_10_01_01_world.sql
new file mode 100644
index 00000000000..3fbf20183dc
--- /dev/null
+++ b/sql/updates/world/master/2021_11_11_18_world_2018_10_01_01_world.sql
@@ -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);