diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-07-07 23:24:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-07 23:24:45 +0200 |
commit | ee21295dcb7a1c26df8be03560e4c0a0266915f8 (patch) | |
tree | 7ce5218369076969d6785cd7926f3b9b1c9467a8 | |
parent | 37b32403270e0f1156807b0ebad64f6101f68205 (diff) |
DB/Creature: fix InhabitType for Skadir Mistweaver and Winterskorn Raider
-rw-r--r-- | sql/updates/world/3.3.5/2016_07_07_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_07_05_world.sql b/sql/updates/world/3.3.5/2016_07_07_05_world.sql new file mode 100644 index 00000000000..fa6a9ede9f7 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_07_07_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `InhabitType`=1 WHERE `entry` IN (25613, 23665); |