mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +00:00
[11075] Add models for spell 71450
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
d30a757e86
commit
9bf384cefa
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11074"
|
||||
#define REVISION_NR "11075"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue