mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
DB/Creature: Fix InhabitType for Sapphire Hive Wasp
By Killyana, closes #14656
This commit is contained in:
3
sql/updates/world/2015_05_09_02_world.sql
Normal file
3
sql/updates/world/2015_05_09_02_world.sql
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user