diff options
author | Giacomo Pozzoni <giacomopoz@gmail.com> | 2021-07-17 11:22:11 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-11 18:35:58 +0100 |
commit | c9e685bd9a0ac524edb8fe64eb6ec37540c55acc (patch) | |
tree | 9ab53726d94f015b9f8baa450aff741eb199d955 /src/server/scripts | |
parent | 1b0435b6eafb0ee62e925bf2692db7eab963342a (diff) |
Core/SAI: Warn when an unused parameter is set in the database (#26628)
* Core/SAI: Warn when an unused parameter is set in the database
* Warn when an unused parameter is set in the database as all unused parameters are supposed to be set to 0.
* Remove unused struct from union.
* Add a new struct simpleTalk for SMART_ACTION_SIMPLE_TALK instead of reusing only some fields of struct talk from SMART_ACTION_TALK
* Add addAura and flag structs to be used instead of generic ones to match the parameters used by actions
* Add randRangeTimedActionList struct to be used instead of generic ones to match the parameters used by actions.
* Remove unused action structs.
(cherry picked from commit aa7279df095d086f7223a1fa13d11a0e58f1cf10)
Diffstat (limited to 'src/server/scripts')
-rw-r--r-- | src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/culling_of_stratholme.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/culling_of_stratholme.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/culling_of_stratholme.cpp index d96ed002392..9fad909cd62 100644 --- a/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/culling_of_stratholme.cpp +++ b/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/culling_of_stratholme.cpp @@ -30,7 +30,6 @@ #include "QuestDef.h" #include "ScriptedGossip.h" #include "ScriptMgr.h" -#include "SmartAI.h" #include "SpellInfo.h" #include "SplineChainMovementGenerator.h" #include "StringFormat.h" |