diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-16 12:56:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-16 12:56:18 -0300 |
commit | ce9c8737e35cdf2154539dbd176ce693025e5b35 (patch) | |
tree | b63722875d8ccced3057dd774de15e29ffb3c783 | |
parent | 5b6b65083352e559dae4c10878df2aa1732030f5 (diff) | |
download | serverdata-ce9c8737e35cdf2154539dbd176ce693025e5b35.tar.gz serverdata-ce9c8737e35cdf2154539dbd176ce693025e5b35.tar.bz2 serverdata-ce9c8737e35cdf2154539dbd176ce693025e5b35.tar.xz serverdata-ce9c8737e35cdf2154539dbd176ce693025e5b35.zip |
There's no real reason to enforce @sk-abizit over @abizit
-rw-r--r-- | npc/magic/abizit.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/magic/abizit.txt b/npc/magic/abizit.txt index 53ddbe260..8c38a1dd7 100644 --- a/npc/magic/abizit.txt +++ b/npc/magic/abizit.txt @@ -28,5 +28,6 @@ OnCall: OnInit: bindatcmd "sk-abizit", "sk#abizit::OnCall", 0, 100, 0; + bindatcmd "abizit", "sk#abizit::OnCall", 0, 100, 0; end; } |