1
This commit is contained in:
parent
21f2d814c5
commit
288f1cc80d
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
#include "creature.h"
|
#include "creature.h"
|
||||||
#include "ability.h"
|
#include "ability.h"
|
||||||
|
#include "room.h"
|
||||||
|
|
||||||
#include "mt/Buff.h"
|
#include "mt/Buff.h"
|
||||||
|
|
||||||
|
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
#include "buff/once_chg_attr.h"
|
#include "buff/once_chg_attr.h"
|
||||||
|
|
||||||
|
#include "creature.h"
|
||||||
|
#include "room.h"
|
||||||
|
|
||||||
|
#include "mt/Buff.h"
|
||||||
|
|
||||||
void OnceChgAttrBuff::Activate()
|
void OnceChgAttrBuff::Activate()
|
||||||
{
|
{
|
||||||
InternalProcOnceChgAttr();
|
InternalProcOnceChgAttr();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user