diff options
-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 |