diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-05-09 13:25:32 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-05-09 13:25:32 +0200 |
commit | 56818fde4070162dabda7ce3186bebcd96c549dc (patch) | |
tree | 4270bc0bbd110091a49dc6b45121a81751af30c9 | |
parent | 0f8414a37c308167d0d2a0569d082014dbb398a7 (diff) |
DB/Creature: Fix InhabitType for Sapphire Hive Wasp
By Killyana, closes #14656
-rw-r--r-- | sql/updates/world/2015_05_09_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_09_02_world.sql b/sql/updates/world/2015_05_09_02_world.sql new file mode 100644 index 00000000000..e2e45095730 --- /dev/null +++ b/sql/updates/world/2015_05_09_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `InhabitType`=7 WHERE `entry` IN (28086, 28085); +UPDATE `smart_scripts` SET `target_type`=21, `target_param1`=8 WHERE `entryorguid` IN (32639, 32638, 32641, 32642) AND `id`=2; -- fix text target for Traveler's Tundra Mammoth's npcs |