diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2015-02-24 00:29:19 +0000 |
|---|---|---|
| committer | Dr-J <daniel.jarrott0@gmail.com> | 2015-02-24 00:29:19 +0000 |
| commit | a7bd64a4a640d219afd205d841c7e93638cad240 (patch) | |
| tree | b01212ec4ca29ae9bf552a7c5b36228e4823abd4 | |
| parent | b00e88d535f2e8ecf870e24ab0640e3da8ff6e23 (diff) | |
DB/Item: Bountiful Feast
By @Killyana Part solves #3991
| -rw-r--r-- | sql/updates/world/2015_02_23_09_world.sql | 5 |
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); |
