diff options
author | Aokromes <jipr@hotmail.com> | 2013-06-26 10:36:10 +0200 |
---|---|---|
committer | Aokromes <jipr@hotmail.com> | 2013-06-26 10:36:10 +0200 |
commit | 563c75c3e90f76b99e136800f372e77115e4dabc (patch) | |
tree | 8ccec32b35df37d9985f6bb8f4c07488735ec45d /src | |
parent | 7d219d103e65fb4ae85b16788a2a7ae0f0bc6dae (diff) |
Core/Scripting: Typo fix
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/EasternKingdoms/BlackwingLair/boss_razorgore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/BlackwingLair/boss_razorgore.cpp b/src/server/scripts/EasternKingdoms/BlackwingLair/boss_razorgore.cpp index fa21b06d578..6e20b58a6d6 100644 --- a/src/server/scripts/EasternKingdoms/BlackwingLair/boss_razorgore.cpp +++ b/src/server/scripts/EasternKingdoms/BlackwingLair/boss_razorgore.cpp @@ -47,7 +47,7 @@ enum Summons NPC_ELITE_DRACHKIN = 12422, NPC_ELITE_WARRIOR = 12458, NPC_WARRIOR = 12416, - NPC_MAGE = 12402, + NPC_MAGE = 12420, NPC_WARLOCK = 12459, GO_EGG = 177807 |