mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 22:37:04 +00:00
[c12608] Fix typo.
This commit is contained in:
parent
af1c665095
commit
d24770cf34
3 changed files with 4 additions and 4 deletions
|
|
@ -421,7 +421,7 @@ enum ConditionSource // From where was th
|
|||
CONDITION_FROM_VENDOR = 6, // Used to check a condition from a vendor
|
||||
CONDITION_FROM_SPELL_AREA = 7, // Used to check a condition from spell_area table
|
||||
CONDITION_FROM_SPELLCLICK = 8, // Used to check a condition from npc_spellclick_spells table
|
||||
CONDTION_FROM_DBSCRIPTS = 9, // Used to check a condition from DB Scripts Engine
|
||||
CONDITION_FROM_DBSCRIPTS = 9, // Used to check a condition from DB Scripts Engine
|
||||
};
|
||||
|
||||
class PlayerCondition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue