diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2020-03-03 19:07:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-03 19:07:36 +0100 |
| commit | e40d1ab7a216d8e80fa66c83bca5d58a1f897483 (patch) | |
| tree | 4ac3c36a666454a647363190508d851af88fada4 /docs/smart_scripts.md | |
| parent | 2c0fde01dd5a3ae9b8ff4849a2139b614ee9916a (diff) | |
| download | wiki-e40d1ab7a216d8e80fa66c83bca5d58a1f897483.tar.gz wiki-e40d1ab7a216d8e80fa66c83bca5d58a1f897483.tar.bz2 wiki-e40d1ab7a216d8e80fa66c83bca5d58a1f897483.zip | |
fix: World Tables Documentation updates (#189)
- Removed information related to WOW versions above 3.3.5a
Co-authored-by: Barbz <BarbzYHOOL@users.noreply.github.com>
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: |
