aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormaanuel <manue.l@live.com.ar>2011-06-26 16:03:50 -0300
committermaanuel <manue.l@live.com.ar>2011-06-26 16:03:50 -0300
commit5c0c2ea8734fc8c2852aefafaf76aab1f15142b4 (patch)
treed10e3b4a4b0e8815d4f331ea3d83b6d307bd7654 /sql/updates
parente5db97a28ef14bbb7c503da636badbcb5e190184 (diff)
Core/Spells: Fixed spell 62218 (Launch) used by npc 34793 (Catapult) in Isle of Conquest.
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_06_26_03_world_spell_script_names.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_26_03_world_spell_script_names.sql b/sql/updates/world/2011_06_26_03_world_spell_script_names.sql
new file mode 100644
index 00000000000..c392a9f5ada
--- /dev/null
+++ b/sql/updates/world/2011_06_26_03_world_spell_script_names.sql
@@ -0,0 +1,2 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=66218;
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (66218,'spell_gen_launch'); \ No newline at end of file