# HG changeset patch
# User Wuzzy
# Date 1441848364 0
# Node ID 704e373ae691c35766c7e907620c1c8355e00324
# Parent  d7c2a5db19a4432daa551d6361d6b91ce98ca582
Fix onTaunt table

diff -r d7c2a5db19a4 -r 704e373ae691 LuaAPI.wiki
--- a/LuaAPI.wiki	Thu Sep 10 01:24:55 2015 +0000
+++ b/LuaAPI.wiki	Thu Sep 10 01:26:04 2015 +0000
@@ -285,14 +285,14 @@
 
 `msgParam` tells you which animation was played:
 
-|| *`msgParam`* || *Animation* || *Associated chat command*
-|| 0 || Rolling up || `/rollup`
-|| 1 || Sad face || `/sad`
-|| 2 || Waving hand || `/wave`
-|| 3 || Stupid winner's grin / “Awesome” face || `/hurrah`
-|| 4 || Peeing || `/ilovelotsoflemonade`
-|| 5 || Shrug || `/shrug`
-|| 6 || Juggling || `/juggle`
+|| *`msgParam`* || *Animation* || *Associated chat command* ||
+|| 0 || Rolling up || `/rollup` ||
+|| 1 || Sad face || `/sad` ||
+|| 2 || Waving hand || `/wave` ||
+|| 3 || Stupid winner's grin / “Awesome” face || `/hurrah` ||
+|| 4 || Peeing || `/ilovelotsoflemonade` ||
+|| 5 || Shrug || `/shrug` ||
+|| 6 || Juggling || `/juggle` ||
 
 === <tt>onTimer(msgParam)</tt> ===
 This function is called when one of the timer keys is pressed.