diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-22 21:23:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-22 21:23:39 -0300 |
commit | 496ba5b71e48d9cc62fa34f415390c077bf27716 (patch) | |
tree | 04693bfee86fbe846694f75f4da3f7513fb36d21 /npc/scripts.conf | |
parent | ce0d133a465f2a09d09aa1640dd16bc3d32adad9 (diff) | |
download | serverdata-496ba5b71e48d9cc62fa34f415390c077bf27716.tar.gz serverdata-496ba5b71e48d9cc62fa34f415390c077bf27716.tar.bz2 serverdata-496ba5b71e48d9cc62fa34f415390c077bf27716.tar.xz serverdata-496ba5b71e48d9cc62fa34f415390c077bf27716.zip |
Add bitwise functions from TMW rEvolt
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index 290624ea8..aad39c382 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -5,6 +5,7 @@ "npc/functions/string.txt", "npc/functions/main.txt", "npc/functions/array.txt", +"npc/functions/bitwise.txt", "npc/functions/math.txt", "npc/functions/util.txt", |