From 8a2b277924d2b816e495feedc75dc95a357cc116 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 3 Mar 2019 13:05:05 +0100 Subject: Fix case --- docs/smart_scripts.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/smart_scripts.md') diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md index 3bc824b..9b920db 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -1839,7 +1839,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if

SMART_ACTION_CAST

11

SpellId

-

castFlags

+

castFlags

triggeredFlags


@@ -1853,7 +1853,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if

SMART_ACTION_SUMMON_CREATURE

12

creature_template.entry

-

Summon type

+

Summon type

duration in ms

attackInvoker


@@ -3014,7 +3014,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if

SMART_ACTION_SELF_CAST

85

SpellID

-

castFlags

+

castFlags

triggeredFlags


@@ -3028,7 +3028,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if

SMART_ACTION_CROSS_CAST

86

SpellID

-

castFlags

+

castFlags

CasterTargetType (caster is selected here, use it as target_type)

CasterTarget (target_param1)

CasterTarget (target_param2)

@@ -3212,7 +3212,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if

98

gossip_menu.entry

gossip_menu.text_id
-(same value as npc_text.ID)

+(same value as npc_text.ID)



@@ -3793,7 +3793,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if SMART_ACTION_INVOKER_CAST 134

SpellID

-castFlags +castFlags triggeredFlags
-- cgit