diff options
| author | Manuel <manue.l@live.com.ar> | 2011-01-16 15:13:22 -0300 |
|---|---|---|
| committer | Manuel <manue.l@live.com.ar> | 2011-01-16 15:13:22 -0300 |
| commit | 98d3cc01d58d9bbdd8b02f1f64bb3432649aa2c2 (patch) | |
| tree | 93b7235de06ffbd4f18ccf58ec62f7e079d7d7f5 /sql/scripts | |
| parent | 7b7327acdcbeadc5ec509da4520190205d640f52 (diff) | |
| parent | df334f194c7b0da49fd1c1a4f821df78a0e25fb8 (diff) | |
Merge branch 'master' of github.com:TrinityCore/TrinityCore
Diffstat (limited to 'sql/scripts')
| -rw-r--r-- | sql/scripts/world_scripts_full.sql | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index 94b1b296bea..4c7b081d67e 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -1847,7 +1847,10 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 72089, 'spell_marrowgar_bone_spike_graveyard'), ( 69140, 'spell_marrowgar_coldflame'), ( 72705, 'spell_marrowgar_coldflame'), -( 69147, 'spell_marrowgar_coldflame_trigger'), +( 69146, 'spell_marrowgar_coldflame_damage'), +( 70823, 'spell_marrowgar_coldflame_damage'), +( 70824, 'spell_marrowgar_coldflame_damage'), +( 70825, 'spell_marrowgar_coldflame_damage'); ( 69075, 'spell_marrowgar_bone_storm'), ( 70834, 'spell_marrowgar_bone_storm'), ( 70835, 'spell_marrowgar_bone_storm'), |
