diff options
| author | silinoron <none@none> | 2010-07-26 22:54:07 -0700 |
|---|---|---|
| committer | silinoron <none@none> | 2010-07-26 22:54:07 -0700 |
| commit | dbd76ef9edce23543c1d1732269c889da79fc350 (patch) | |
| tree | 3d8e0b9be014036ae2b4a6e8cc1c631db763797c /sql/scripts | |
| parent | bfc6dec0728dddb531fbe003c741b784c7f02592 (diff) | |
Fix a typo in cmakelists and add spell_script_names to world_scripts_full.
--HG--
branch : trunk
Diffstat (limited to 'sql/scripts')
| -rw-r--r-- | sql/scripts/world_scripts_full.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index 505d6bff892..c50bcdafb73 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -1646,3 +1646,11 @@ INSERT INTO areatrigger_scripts VALUES update creature_template set AIName='TurretAI',scriptname='' where entry=33139; update creature_template set ScriptName='boss_kologarn' where entry=32930; update creature_template set scriptname="boss_flame_leviathan_safety_container" where entry=33218; + +DELETE FROM spell_script_names WHERE spell_id=19958 AND ScriptName='spell_mage_cold_snap'; +DELETE FROM spell_script_names WHERE spell_id=32826 AND ScriptName='spell_mage_polymorph_visual'; +DELETE FROM spell_script_names WHERE spell_id=31687 AND ScriptName='spell_mage_summon_water_elemental'; +INSERT INTO spell_script_names (spell_id, ScriptName) VALUES +(11958,'spell_mage_cold_snap'), +(32826,'spell_mage_polymorph_visual'), +(31687,'spell_mage_summon_water_elemental'); |
