summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAJK <keresztesaj@gmail.com>2024-01-07 18:59:34 -0500
committerAJK <keresztesaj@gmail.com>2024-01-07 18:59:34 -0500
commit66aa8daa855727ec925c3cbebba62b92fde4b204 (patch)
tree13fd10e33ef75bdb089393276266f2ad95d23512
parente1cf49a820cf1543febca0203663bab359548b7c (diff)
downloadtmwa-66aa8daa855727ec925c3cbebba62b92fde4b204.tar.gz
tmwa-66aa8daa855727ec925c3cbebba62b92fde4b204.tar.bz2
tmwa-66aa8daa855727ec925c3cbebba62b92fde4b204.tar.xz
tmwa-66aa8daa855727ec925c3cbebba62b92fde4b204.zip
comments
-rw-r--r--src/map/script-fun.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/map/script-fun.cpp b/src/map/script-fun.cpp
index 6f98d9d..e51a692 100644
--- a/src/map/script-fun.cpp
+++ b/src/map/script-fun.cpp
@@ -2429,10 +2429,7 @@ void builtin_overrideattack(ScriptState *st)
dumb_ptr<map_session_data> sd = script_rid2sd(st);
script_nullpo_end(sd, "player not found");
- //printf("inside override attack!");
- PRINTF("inside override attack!!\n"_fmt);
-
-
+ //PRINTF("inside override attack!!\n"_fmt);
if (HARG(0))
{
interval_t attack_delay = static_cast<interval_t>(conv_num(st, &AARG(0)));