From 773b96d8429a33c134b980a2e9be9dfd97a595b8 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Thu, 7 Jul 2016 23:24:45 +0200 Subject: DB/Creature: fix InhabitType for Skadir Mistweaver and Winterskorn Raider (cherry picked from commit ee21295dcb7a1c26df8be03560e4c0a0266915f8) --- sql/updates/world/master/2017_02_04_34_world_2016_07_07_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_02_04_34_world_2016_07_07_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_02_04_34_world_2016_07_07_05_world.sql b/sql/updates/world/master/2017_02_04_34_world_2016_07_07_05_world.sql new file mode 100644 index 00000000000..fa6a9ede9f7 --- /dev/null +++ b/sql/updates/world/master/2017_02_04_34_world_2016_07_07_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `InhabitType`=1 WHERE `entry` IN (25613, 23665); -- cgit v1.2.3