[Rules] Add rule to restrict hand in of quest items to quest flagged NPCs. (#3536)

* Add rule to restrict handin of quest items to quest flagged npcs

* Minor format tweak

* Formatting
This commit is contained in:
Vayle
2023-08-12 21:48:40 -04:00
committed by GitHub
parent af91b2b41c
commit 5d6a1aad50
6 changed files with 34 additions and 10 deletions
+1
View File
@@ -124,6 +124,7 @@ struct NPCType
int avoidance_rating; // flat bonus before mods
bool findable; //can be found with find command
bool trackable;
bool is_quest_npc;
int16 slow_mitigation;
uint8 maxlevel;
uint32 scalerate;