mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 01:29:07 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user