aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2015-02-24 00:29:19 +0000
committerDr-J <daniel.jarrott0@gmail.com>2015-02-24 00:29:19 +0000
commita7bd64a4a640d219afd205d841c7e93638cad240 (patch)
treeb01212ec4ca29ae9bf552a7c5b36228e4823abd4
parentb00e88d535f2e8ecf870e24ab0640e3da8ff6e23 (diff)
DB/Item: Bountiful Feast
By @Killyana Part solves #3991
-rw-r--r--sql/updates/world/2015_02_23_09_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_23_09_world.sql b/sql/updates/world/2015_02_23_09_world.sql
new file mode 100644
index 00000000000..f96d3d42a1b
--- /dev/null
+++ b/sql/updates/world/2015_02_23_09_world.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_scripts` WHERE `id`= 66477;
+INSERT INTO `spell_scripts` (`id`, `effIndex`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES
+(66477, 0, 0, 15, 66622, 2, 1, 0, 0, 0, 0),
+(66477, 0, 0, 15, 66478, 2, 1, 0, 0, 0, 0),
+(66477, 0, 0, 15, 66041, 2, 1, 0, 0, 0, 0);