mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[12145] Add new condition CONDITION_COMPLETED_ENCOUNTER
This condition returns true if a DungeonEncounter is done in this map. value1, value2 are expected to be the IDs from DungeonEncounter(dbc) value2 is optional, if both values are given, the condition will be true if one of the two DungeonEncounters are done. Thanks to crackm for testing
This commit is contained in:
parent
d387c20dad
commit
c8ebd1678e
3 changed files with 50 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12144"
|
||||
#define REVISION_NR "12145"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue