summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorAnnieRuru <jeankof@ymail.com>2015-11-15 21:23:09 +0800
committerHaru <haru@dotalux.com>2015-12-18 05:34:16 +0100
commit2fb13195ab3e72c52114259e77358b81fc3a9e3d (patch)
tree8b9a47026f61788fbc41b55f801bb89344cac95e /doc/script_commands.txt
parent5b4d1acfc7955cbb80c129526abd2948021808fc (diff)
downloadhercules-2fb13195ab3e72c52114259e77358b81fc3a9e3d.tar.gz
hercules-2fb13195ab3e72c52114259e77358b81fc3a9e3d.tar.bz2
hercules-2fb13195ab3e72c52114259e77358b81fc3a9e3d.tar.xz
hercules-2fb13195ab3e72c52114259e77358b81fc3a9e3d.zip
*Correct the wrong example for *queueopt
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 26ff80e65..a128dd6af 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -9005,7 +9005,7 @@ When the QUEUEOPT_MAPCHANGE event is triggered, it sets a temp char var
@Queue_Destination_Map$ with the destination map name.
Example:
- queueopt(.@queue_id, QUEUEOPT_DEATH, "MyNPC::MyOnQueueMemberDeathEventName");
+ queueopt(.@queue_id, QUEUEOPT_DEATH, "MyNPC::OnQueueMemberDeathEvent");
---------------------------------------