diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index fad9cd9ce..b8fe5b45d 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -6223,9 +6223,12 @@ void Aura::PeriodicDummyTick() case 22734: case 27089: case 34291: + case 43182: + case 43183: case 43706: case 46755: case 49472: // Drink Coffee + case 57073: case 61830: { if (m_target->GetTypeId() != TYPEID_PLAYER) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 8ecc7cc23..22c1235fa 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8050" + #define REVISION_NR "8051" #endif // __REVISION_NR_H__