diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-01-28 14:33:12 +0100 | 
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-01-28 14:33:12 +0100 | 
| commit | cf882245883e2f1c5634345fee8403a3c891f7cc (patch) | |
| tree | 49b3e474fa75b2be81b9349658fab83be723cf3a /sql/scripts | |
| parent | ea00b2ac10e5464e20532544a48204cc5b286b4a (diff) | |
Scripts/Icecrown Citadel: Implemented Pact of the Darkfallen damage scaling (Blood-Queen Lana'thel)
SQL: Renamed and split 2011_01_26_world_scriptname to meet the standards
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 8eb2e1e0ace..0dacb2d7bf8 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -1970,6 +1970,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES  ( 71901, 'spell_blood_queen_bloodbolt'),  ( 71902, 'spell_blood_queen_bloodbolt'),  ( 71390, 'spell_blood_queen_pact_of_the_darkfallen'), +( 71340, 'spell_blood_queen_pact_of_the_darkfallen_dmg'),  -- Isle of Conquest  ( 66630, 'spell_gen_gunship_portal'),  ( 66637, 'spell_gen_gunship_portal'), | 
