mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[11106] Fixed BG buffs event id in code.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
8e68d1bcaf
commit
2f1410f1ff
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#define BG_EVENT_DOOR 254
|
||||
// only arena event
|
||||
// cause this buff apears 90sec after start in every bg i implement it here
|
||||
#define ARENA_BUFF_EVENT 252
|
||||
#define ARENA_BUFF_EVENT 253
|
||||
|
||||
|
||||
class Creature;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11105"
|
||||
#define REVISION_NR "11106"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue