mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/SAI: Reduce wrong usage of Call For Help action
(cherry picked from commit 1a3e2b6ec6)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 2706 AND `source_type` = 0 AND `id` = 0;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 3937 AND `source_type` = 0 AND `id` IN (1,2);
|
||||
DELETE FROM `creature_text` WHERE `CreatureID` = 3937 AND `GroupID` = 1;
|
||||
Reference in New Issue
Block a user