aboutsummaryrefslogtreecommitdiff
path: root/sql/scripts
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/scripts
parente5db97a28ef14bbb7c503da636badbcb5e190184 (diff)
Core/Spells: Fixed spell 62218 (Launch) used by npc 34793 (Catapult) in Isle of Conquest.
Diffstat (limited to 'sql/scripts')
-rw-r--r--sql/scripts/world_scripts_full.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql
index 45c971dd970..c26df5204a6 100644
--- a/sql/scripts/world_scripts_full.sql
+++ b/sql/scripts/world_scripts_full.sql
@@ -1927,6 +1927,7 @@ INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,
/* SPELLS */
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
-- generic
+( 66218, 'spell_gen_launch'),
( 39228, 'spell_gen_absorb0_hitlimit1'),
( 60218, 'spell_gen_absorb0_hitlimit1'),
( 6962, 'spell_gen_pet_summoned'),