diff options
author | gumi <git@gumi.ca> | 2019-06-04 11:54:03 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-06-04 11:54:30 -0400 |
commit | 2e450c8b476ed9950b52b2c5889f8717bbb71507 (patch) | |
tree | bb7195e03b5c0e750316266b0e5ba78ce66bfd7b /world/map/npc/scripts.conf | |
parent | 6d1b1919f6c2a4ca734b46931817655f0764e40d (diff) | |
download | serverdata-2e450c8b476ed9950b52b2c5889f8717bbb71507.tar.gz serverdata-2e450c8b476ed9950b52b2c5889f8717bbb71507.tar.bz2 serverdata-2e450c8b476ed9950b52b2c5889f8717bbb71507.tar.xz serverdata-2e450c8b476ed9950b52b2c5889f8717bbb71507.zip |
force the speed skill timer to expire on death or logout
Diffstat (limited to 'world/map/npc/scripts.conf')
-rw-r--r-- | world/map/npc/scripts.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/scripts.conf b/world/map/npc/scripts.conf index 5a850bb6..b83692aa 100644 --- a/world/map/npc/scripts.conf +++ b/world/map/npc/scripts.conf @@ -22,7 +22,6 @@ npc: npc/functions/lockpicking.txt npc: npc/functions/default_npc_checks.txt npc: npc/functions/undead_debug.txt npc: npc/functions/headstyles.txt -npc: npc/functions/global_event_handler.txt npc: npc/functions/stat_reset.txt npc: npc/functions/quiz.txt npc: npc/functions/dynamic_menu.txt @@ -30,6 +29,8 @@ npc: npc/functions/DyeConfig.txt npc: npc/functions/motd.txt npc: npc/functions/motdconfig.txt npc: npc/functions/ghost.txt +npc: npc/functions/miriam.txt +npc: npc/functions/global_event_handler.txt // Item Functions npc: npc/items/purification_potion.txt |