diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-02-04 11:27:02 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-02-04 11:27:02 +0100 |
| commit | 8d5ebded8ca3f4a78ed1733cfd72545688e387db (patch) | |
| tree | 6b4141f07221830e28f2e3a46db4630257e23561 /sql/scripts | |
| parent | e9bae2d0a0fc45b6376581f2395ffa87fb9d9a99 (diff) | |
Core/Spells: Moved dungeon encounter crediting to scripts
Diffstat (limited to 'sql/scripts')
| -rw-r--r-- | sql/scripts/world_scripts_full.sql | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index b379d50194e..79c006f2380 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -1824,6 +1824,21 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 72757, 'spell_pvp_trinket_wotf_shared_cd'), ( 46221, 'spell_gen_animal_blood'), ( 70769, 'spell_gen_divine_storm_cd_reset'), +( 58630, 'spell_gen_dungeon_credit'), +( 59046, 'spell_gen_dungeon_credit'), +( 59450, 'spell_gen_dungeon_credit'), +( 61863, 'spell_gen_dungeon_credit'), +( 64899, 'spell_gen_dungeon_credit'), +( 64985, 'spell_gen_dungeon_credit'), +( 65074, 'spell_gen_dungeon_credit'), +( 65195, 'spell_gen_dungeon_credit'), +( 68184, 'spell_gen_dungeon_credit'), +( 68572, 'spell_gen_dungeon_credit'), +( 68574, 'spell_gen_dungeon_credit'), +( 68663, 'spell_gen_dungeon_credit'), +( 72706, 'spell_gen_dungeon_credit'), +( 72830, 'spell_gen_dungeon_credit'), +( 72959, 'spell_gen_dungeon_credit'), -- instances -- Black Temple ( 41475, 'spell_boss_lady_malande_shield'), |
