diff options
author | Nay <dnpd.dd@gmail.com> | 2011-09-12 18:53:25 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2011-09-12 18:53:25 +0100 |
commit | ae307048475ff14863d5ac145e083fed02ee160d (patch) | |
tree | 672444c3e66d7f37586958fcca51c1bdc3ef0440 | |
parent | 7543cfdf7766711f2112d54347c793cb01b3f010 (diff) |
DB/Quests: Fix quest 11706 and 11723.
Closes #2034 and #1005.
-rw-r--r-- | sql/updates/world/2011_09_12_06_world_event_scripts.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_12_06_world_event_scripts.sql b/sql/updates/world/2011_09_12_06_world_event_scripts.sql new file mode 100644 index 00000000000..eb6b26bc8a0 --- /dev/null +++ b/sql/updates/world/2011_09_12_06_world_event_scripts.sql @@ -0,0 +1,10 @@ +DELETE FROM `event_scripts` WHERE `id` IN (16929,17084); +INSERT INTO `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES +-- H +(16929, 3, 10, 25742, 360000, 0, 3533.64, 4535.52, -12.9953, 3.47514), -- Alluvion +(16929, 10, 8, 25742, 0, 0, 0, 0, 0, 0), -- KC +(16929, 3, 10, 25629, 360000, 0, 3511.96, 4527.18, -12.9949, 0.357893), -- Kryxix +-- A +(17084, 3, 10, 25794, 360000, 0, 3533.64, 4535.52, -12.9953, 3.47514), -- Shake-n-Quake 5000 +(17084, 10, 8, 25794, 0, 0, 0, 0, 0, 0), -- KC +(17084, 3, 10, 25629, 360000, 0, 3511.96, 4527.18, -12.9949, 0.357893); -- Kryxix |