[11075] Add models for spell 71450

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-01-28 11:50:20 +01:00
parent d30a757e86
commit 9bf384cefa
2 changed files with 4 additions and 3 deletions

View file

@ -3337,8 +3337,9 @@ void Aura::HandleAuraTransform(bool apply, bool Real)
//break; //break;
//case 71309: // [DND] Spawn Portal //case 71309: // [DND] Spawn Portal
//break; //break;
//case 71450: // Crown Parcel Service Uniform case 71450: // Crown Parcel Service Uniform
//break; target->SetDisplayId(target->getGender() == GENDER_MALE ? 31002 : 31003);
break;
//case 75531: // Gnomeregan Pride //case 75531: // Gnomeregan Pride
//break; //break;
//case 75532: // Darkspear Pride //case 75532: // Darkspear Pride

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "11074" #define REVISION_NR "11075"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__