mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[12676] AI-Event throwing and receiving implementation
Add new AI hooks to * SendAIEvent (either around the npc, or to a specified npc) * ReceiveAIEvent (hook to receive sent events)
This commit is contained in:
parent
60a7bec73f
commit
c7a07a7dc6
5 changed files with 141 additions and 63 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12675"
|
||||
#define REVISION_NR "12676"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue