Core/Entities: Added GetStringId helper methods
Port From (https://github.com/TrinityCore/TrinityCore/commit/5cea37153eb6675bf0a25320a1c11cd0ec4969b6)
This commit is contained in:
@@ -2935,6 +2935,7 @@ namespace Game.Entities
|
||||
}
|
||||
|
||||
public string[] GetStringIds() { return m_stringIds; }
|
||||
public string GetStringId(StringIdType type) { return m_stringIds[(int)type]; }
|
||||
|
||||
public VendorItemData GetVendorItems()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user