summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStoabrogga <38475780+Stoabrogga@users.noreply.github.com>2019-11-28 07:49:16 +0100
committerGitHub <noreply@github.com>2019-11-28 07:49:16 +0100
commit5e9de94c229eba7defa3a7d99320bceb08580d83 (patch)
treeae44a161d97dc5bb1adc4a15b7d8fd9e304c82c2
parent0f5baad315fdb599081404723741d3b31f61fe0c (diff)
downloadwiki-5e9de94c229eba7defa3a7d99320bceb08580d83.tar.gz
wiki-5e9de94c229eba7defa3a7d99320bceb08580d83.tar.bz2
wiki-5e9de94c229eba7defa3a7d99320bceb08580d83.zip
docs(smart_scripts): Remove SMART_EVENT_FLAG_WHILE_CHARMED (#152)
-rw-r--r--docs/smart_scripts.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md
index f0f6dc5..a075c85 100644
--- a/docs/smart_scripts.md
+++ b/docs/smart_scripts.md
@@ -568,12 +568,6 @@ This is the probability of the event to occur as a percentage from 0-100. So, if
<td><p>0x100</p></td>
<td><p>Event will not reset in SmartScript::OnReset()</p></td>
</tr>
-<tr class="even">
-<td><p>❌ SMART_EVENT_FLAG_WHILE_CHARMED</p></td>
-<td><p>512</p></td>
-<td><p>0x200</p></td>
-<td><p>Event can occur while player controlled (not yet implemented, see https://github.com/azerothcore/azerothcore-wotlk/pull/1431)</p></td>
-</tr>
</tbody>
</table>