mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[c12607] Implement SCRIPT_COMMAND_TERMINATE_COND
This commit is contained in:
parent
ad7d7dad1a
commit
af1c665095
6 changed files with 70 additions and 3 deletions
|
|
@ -7827,7 +7827,8 @@ char const* conditionSourceToStr[] =
|
|||
"hardcoded",
|
||||
"vendor's item check",
|
||||
"spell_area check",
|
||||
"npc_spellclick_spells check"
|
||||
"npc_spellclick_spells check",
|
||||
"DBScript engine"
|
||||
};
|
||||
|
||||
// Checks if player meets the condition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue