feat(Core/SmartScripts): SMART_ACTION_SELF_CAST (#14371)

* feat(Core/SmartScripts): SMART_ACTION_SELF_CAST

* Update SmartScriptMgr.cpp
This commit is contained in:
IntelligentQuantum
2023-04-18 03:37:59 +03:30
committed by GitHub
parent 5af67b384b
commit 87ea455bec
4 changed files with 68 additions and 26 deletions

View File

@@ -0,0 +1,5 @@
--
UPDATE `smart_scripts` SET `action_type`=134 WHERE `action_type` = 85;
DELETE FROM `smart_scripts` WHERE `entryorguid`=25418 AND `source_type`=0 AND `id`=4 AND `link`=5;
DELETE FROM `smart_scripts` WHERE `entryorguid`=25416 AND `source_type`=0 AND `id`=4 AND `link`=5;
DELETE FROM `smart_scripts` WHERE `entryorguid`=33518 AND `source_type`=0 AND `id`=3 AND `link`=0;