mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[c12599] Add support for condition_id to spell_area table
This commit is contained in:
parent
4f86b168c0
commit
15bb475d40
10 changed files with 111 additions and 138 deletions
|
|
@ -7825,7 +7825,8 @@ char const* conditionSourceToStr[] =
|
|||
"gossip menu option",
|
||||
"event AI",
|
||||
"hardcoded",
|
||||
"vendor's item check"
|
||||
"vendor's item check",
|
||||
"spell_area check"
|
||||
};
|
||||
|
||||
// Checks if player meets the condition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue