[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:
Schmoozerd 2012-08-29 15:26:49 +02:00 committed by Antz
parent d387c20dad
commit c8ebd1678e
3 changed files with 50 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12144"
#define REVISION_NR "12145"
#endif // __REVISION_NR_H__