From 56818fde4070162dabda7ce3186bebcd96c549dc Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 9 May 2015 13:25:32 +0200 Subject: DB/Creature: Fix InhabitType for Sapphire Hive Wasp By Killyana, closes #14656 --- sql/updates/world/2015_05_09_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2015_05_09_02_world.sql (limited to 'sql') 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 -- cgit v1.2.3