fix(Core/DB): add exceptions for shield and badge. Update db for positions (#9169)

Co-authored-by: Patou01 <youdontneed@this.com>
This commit is contained in:
patou01
2021-11-23 00:34:11 +01:00
committed by GitHub
parent 2eb422885e
commit 0f4268bea7
2 changed files with 23 additions and 0 deletions

View File

@@ -298,6 +298,8 @@ bool GameObject::Create(ObjectGuid::LowType guidlow, uint32 name_id, Map* map, u
// used switch since there should be more
case 181233: // maexxna portal effect
case 181575: // maexxna portal
case 20992: // theramore black shield
case 21042: // theramore guard badge
SetLocalRotation(rotation);
break;
default: