diff options
Diffstat (limited to 'docs/smart_scripts.md')
| -rw-r--r-- | docs/smart_scripts.md | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md index 3979198..cc1ef53 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -1,7 +1,7 @@ -[Database Structure](Database-Structure) > [World-Database](World-Database) > [smart_scripts](smart_scripts) - # smart\_scripts +[<-Back-to:World](database-world.md) + **Table Structure** <table height="400"> @@ -4411,9 +4411,13 @@ INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES (y, 'SmartTrigg ### Invoker: -| | -|----------------------------------------------------------------------| -| // white list of events that actually have an invoker passed to them | +<table> +<thead> +<tr class="header"> +<th><p>// white list of events that actually have an invoker passed to them</p></th> +</tr> +</thead> +</table> Actions like SMART\_ACTION\_INVOKER\_CAST and targets like SMART\_TARGET\_ACTION\_INVOKER will work only if the event is in this list: |
