summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-12 08:34:29 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-12 08:34:29 -0300
commit03d8014ee04543ba5c0d2fc44be48e3419985f24 (patch)
treeec600c23a301d69a954c332d9eb5758b2735644a
parentdc8f6ba21c22d53a958f82f0d59bad93d8b7e215 (diff)
downloadserverdata-03d8014ee04543ba5c0d2fc44be48e3419985f24.tar.gz
serverdata-03d8014ee04543ba5c0d2fc44be48e3419985f24.tar.bz2
serverdata-03d8014ee04543ba5c0d2fc44be48e3419985f24.tar.xz
serverdata-03d8014ee04543ba5c0d2fc44be48e3419985f24.zip
Remove unused dirty black magic from halloween config.
Nobody noticed, not even Valgrind, but Evol2's ASAN whinned a lot.
-rw-r--r--world/map/npc/annuals/halloween/config.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/world/map/npc/annuals/halloween/config.txt b/world/map/npc/annuals/halloween/config.txt
index 6eb20caa..ffe9dfbe 100644
--- a/world/map/npc/annuals/halloween/config.txt
+++ b/world/map/npc/annuals/halloween/config.txt
@@ -327,7 +327,6 @@ L_Main:
set $@halloween_react_veryscary$[$@n], "\"Darkest day of my life, blacker then the darkest chocolate.\"";
set $@halloween_num_npcs, $@n + 1;
- set $@halloween_all_npc_bits, -1 << (32 - $@halloween_num_npcs);
set $@n, 0;