From dca2c11081b0942f525bd683eb688bc4cae7d904 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 9 Dec 2015 16:51:21 +0100 Subject: DB/SAI: Fix Arena Treasure Chest spawning position Closes #15580 --- sql/updates/world/2015_12_09_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2015_12_09_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_12_09_00_world.sql b/sql/updates/world/2015_12_09_00_world.sql new file mode 100644 index 00000000000..634530a62ee --- /dev/null +++ b/sql/updates/world/2015_12_09_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `event_param1`=15, `comment`="Short John Mithril - On Waypoint 15 Reached - Say Line 1" WHERE `entryorguid`=14508 AND `source_Type`=0 AND `id` IN (2); +UPDATE `smart_scripts` SET `event_param1`=15, `comment`="Short John Mithril - On Waypoint 15 Reached - Cast 'Summon Pirate Booty (DND)'" WHERE `entryorguid`=14508 AND `source_Type`=0 AND `id` IN (3); \ No newline at end of file -- cgit v1.2.3