diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-07-07 23:24:45 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-05 00:57:17 +0100 |
commit | 773b96d8429a33c134b980a2e9be9dfd97a595b8 (patch) | |
tree | 998acc9e1e0a0163c9b0702d0eb56f746ac0f0fa | |
parent | 4f25a3ea39e74317fef6266bb7b74107599100c8 (diff) |
DB/Creature: fix InhabitType for Skadir Mistweaver and Winterskorn Raider
(cherry picked from commit ee21295dcb7a1c26df8be03560e4c0a0266915f8)
-rw-r--r-- | sql/updates/world/master/2017_02_04_34_world_2016_07_07_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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); |