mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
This commit is contained in:
2
sql/updates/world/2014_09_02_00_world_misc_335.sql
Normal file
2
sql/updates/world/2014_09_02_00_world_misc_335.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `faction` = 554 WHERE `entry` = 3203;
|
||||
@@ -85,6 +85,9 @@ DiminishingGroup GetDiminishingReturnsGroupForSpell(SpellInfo const* spellproto,
|
||||
// Black Plague
|
||||
else if (spellproto->Id == 64155)
|
||||
return DIMINISHING_NONE;
|
||||
// Screams of the Dead (King Ymiron)
|
||||
else if (spellproto->Id == 51750)
|
||||
return DIMINISHING_NONE;
|
||||
break;
|
||||
}
|
||||
// Event spells
|
||||
|
||||
Reference in New Issue
Block a user