Skip to content

Commit

Permalink
[c12752] Add special condition id for Ulduar
Browse files Browse the repository at this point in the history
Will be used to check the availability of the siege vehicles for players

(based on commit [12550] - 5036dcd)
  • Loading branch information
xfurry authored and Dramacydal committed Oct 8, 2013
1 parent 0b5175a commit 7ba8fcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/game/InstanceData.h
Expand Up @@ -45,6 +45,8 @@ enum InstanceConditionIDs // Suggested values
// to check water event in SSC
INSTANCE_CONDITION_ID_LURKER = 21217,
INSTANCE_CONDITION_ID_SCALDING_WATER = 37284,
// to check vehicles in Ulduar
INSTANCE_CONDITION_ID_ULDUAR = 33113,
};

class MANGOS_DLL_SPEC InstanceData
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12751"
#define REVISION_NR "12752"
#endif // __REVISION_NR_H__

0 comments on commit 7ba8fcc

Please sign in to comment.