From e40d1ab7a216d8e80fa66c83bca5d58a1f897483 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 3 Mar 2020 19:07:36 +0100 Subject: fix: World Tables Documentation updates (#189) - Removed information related to WOW versions above 3.3.5a Co-authored-by: Barbz --- docs/smart_scripts.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'docs/smart_scripts.md') 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** @@ -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 | +
+ + + + + +

// white list of events that actually have an invoker passed to them

Actions like SMART\_ACTION\_INVOKER\_CAST and targets like SMART\_TARGET\_ACTION\_INVOKER will work only if the event is in this list: -- cgit