mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[9483] Not affect anything but not nice typos...
This commit is contained in:
parent
4dc85260c7
commit
9bebf96c8e
3 changed files with 2 additions and 5 deletions
|
|
@ -1,8 +1,5 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_9477_01_mangos_spell_proc_event required_9482_01_mangos_spell_proc_event bit;
|
||||
|
||||
-- (48266) Blood Presence ()
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (50689);
|
||||
|
||||
-- (63611) Improved Blood Presence ()
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` IN (63611);
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
|
|
|
|||
|
|
@ -1754,7 +1754,7 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) cons
|
|||
if (spellInfo_1->SpellIconID == 2633 && spellInfo_2->SpellIconID == 2633)
|
||||
return false;
|
||||
|
||||
// Unholy Presence and Unholy Presence (triggered)
|
||||
// Blood Presence and Blood Presence (triggered)
|
||||
if (spellInfo_1->SpellIconID == 2636 && spellInfo_2->SpellIconID == 2636)
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9482"
|
||||
#define REVISION_NR "9483"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue