mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
DB/Quest: Add correct action type to give quest credit for 'Protect Kaya'
Closes #25377 Ref c29e3b46af
This commit is contained in:
2
sql/updates/world/3.3.5/2020_09_04_05_world_335.sql
Normal file
2
sql/updates/world/3.3.5/2020_09_04_05_world_335.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `action_type` = 15 WHERE `entryorguid` = 1185602 AND `source_type` = 9 AND `id` = 3;
|
||||
Reference in New Issue
Block a user