diff options
author | Killyana <morphone1@gmail.com> | 2015-12-09 17:17:20 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-12-09 17:17:20 +0100 |
commit | a4c1e11aaff1dfcff7e3233c0e1aa60fd0accbd8 (patch) | |
tree | 9ebcdc53d4e74f81ff0de9e5ba2d83b995e0b2d9 | |
parent | 4695e234912e76d796186638bb13c1c3b7cdc971 (diff) |
DB/SAI: Fix Arena Treasure Chest spawning position
-rw-r--r-- | sql/updates/world/2015_12_09_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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..6ac4da31404 --- /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); |