mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/SAI: Fix On aggro and On Death talk text triggered in the target instead of the unit
Fixes runtime DB errors like : CreatureTextMgr: Could not find Text for Creature Wyrmrest Temple Drake (Entry 26925, GUID 130995) in 'creature_text' table. Ignoring.
This commit is contained in:
2
sql/updates/world/3.3.5/2019_03_07_00_world.sql
Normal file
2
sql/updates/world/3.3.5/2019_03_07_00_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `action_param3`=1 WHERE `event_type` IN (4,6) AND `action_type` = 1 AND `target_type` IN (7,2) AND `source_type`=0;
|
||||
Reference in New Issue
Block a user