diff options
| author | Shauren <none@none> | 2010-08-18 17:19:47 +0200 |
|---|---|---|
| committer | Shauren <none@none> | 2010-08-18 17:19:47 +0200 |
| commit | 71a5320edace0a2de85c32fc479ca7a44bbbd264 (patch) | |
| tree | d6126224e4d4d181e6f8e0a35b405fe339425e6b /sql/base/world_database.sql | |
| parent | cb70376c6e64ef73ddc184982a2bbe021bf47bd9 (diff) | |
Scripts: Added script for Lord Marrowgar
Added base script for Icecrown Citadel instance
--HG--
branch : trunk
Diffstat (limited to 'sql/base/world_database.sql')
| -rw-r--r-- | sql/base/world_database.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index eb34af2f546..8e3aab2680c 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -14740,6 +14740,15 @@ LOCK TABLES `spell_script_names` WRITE; INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES -- generic ( 58601, 'spell_gen_remove_flight_auras'), +-- instances +( 69057, 'spell_marrowgar_bone_spike_graveyard'), +( 69140, 'spell_marrowgar_coldflame'), +( 72705, 'spell_marrowgar_coldflame'), +( 69147, 'spell_marrowgar_coldflame_trigger'), +( 69075, 'spell_marrowgar_bone_storm'), +( 70834, 'spell_marrowgar_bone_storm'), +( 70835, 'spell_marrowgar_bone_storm'), +( 70836, 'spell_marrowgar_bone_storm'), -- quest ( 45449, 'spell_q11587_arcane_prisoner_rescue'), ( 46023, 'spell_q11730_ultrasonic_screwdriver'), |
