mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Scripts/Alterac Valley: Fix some out of range text entries
This commit is contained in:
@@ -27,8 +27,8 @@ enum Spells
|
||||
|
||||
enum Yells
|
||||
{
|
||||
YELL_AGGRO = -2100019,
|
||||
YELL_EVADE = -2100020
|
||||
YELL_AGGRO = -1810023,
|
||||
YELL_EVADE = -1810024
|
||||
};
|
||||
|
||||
enum Creatures
|
||||
|
||||
Reference in New Issue
Block a user