diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-01-31 20:06:47 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-01-31 20:06:47 +0100 |
| commit | 8d7a6cd6119c3d514c4f06acee77ad1088e4754a (patch) | |
| tree | 155b47f515beece01db13258e45633978e1b9090 /sql/scripts | |
| parent | c006f1b9048eb72ffacbd694db817beaec9df453 (diff) | |
Core/Spells: Moved Glacial Strike removal to spell script, thanks Destalker for pointing it out
Diffstat (limited to 'sql/scripts')
| -rw-r--r-- | sql/scripts/world_scripts_full.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index eec503383e0..b379d50194e 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -1846,6 +1846,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 70850, 'spell_krick_pursuit_confusion'), ( 69275, 'spell_tyrannus_mark_of_rimefang'), ( 69172, 'spell_tyrannus_overlord_brand'), +( 70292, 'spell_trash_mob_glacial_strike'), -- Icecrown Citadel ( 69057, 'spell_marrowgar_bone_spike_graveyard'), ( 70826, 'spell_marrowgar_bone_spike_graveyard'), |
