diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-08 17:33:12 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-08 17:33:12 -0200 |
commit | 14e92dcbd4de55fac12435da4a5df34064465458 (patch) | |
tree | b3b2bb4a0846dd8551ae05a657a11b2e0f2959b5 /npc/commands/event.txt | |
parent | 498e20cad1dccb15ec1d8bf60910804af8a65b96 (diff) | |
download | serverdata-14e92dcbd4de55fac12435da4a5df34064465458.tar.gz serverdata-14e92dcbd4de55fac12435da4a5df34064465458.tar.bz2 serverdata-14e92dcbd4de55fac12435da4a5df34064465458.tar.xz serverdata-14e92dcbd4de55fac12435da4a5df34064465458.zip |
MotD now reports events.
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r-- | npc/commands/event.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 5c423531e..4045de7cc 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -79,6 +79,7 @@ function script GlobalEventMenu { DelAccRegFromEveryPlayer("#VALENTINE_RECEIVED"); DelAccRegFromEveryPlayer("#VALENTINE_OPENED"); DelAccRegFromEveryPlayer("#VALENTINE_SENT"); + DelAccRegFromEveryPlayer("#VALENTINE_LOVELETTERS"); } // We must remove any event drop |