Skip to content

Commit

Permalink
[11075] Add models for spell 71450
Browse files Browse the repository at this point in the history
Signed-off-by: NoFantasy <nofantasy@nf.no>
  • Loading branch information
NoFantasy committed Jan 28, 2011
1 parent 56b587d commit 21ac171
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/game/SpellAuras.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3337,8 +3337,9 @@ void Aura::HandleAuraTransform(bool apply, bool Real)
//break;
//case 71309: // [DND] Spawn Portal
//break;
//case 71450: // Crown Parcel Service Uniform
//break;
case 71450: // Crown Parcel Service Uniform
target->SetDisplayId(target->getGender() == GENDER_MALE ? 31002 : 31003);
break;
//case 75531: // Gnomeregan Pride
//break;
//case 75532: // Darkspear Pride
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11074"
#define REVISION_NR "11075"
#endif // __REVISION_NR_H__

0 comments on commit 21ac171

Please sign in to comment.