mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
5
data/sql/updates/db_world/2025_02_06_02.sql
Normal file
5
data/sql/updates/db_world/2025_02_06_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2025_02_06_01 -> 2025_02_06_02
|
||||
-- Fix quest 11343 so that quest credit spell is cast on caster, not player
|
||||
UPDATE `smart_scripts`
|
||||
SET `target_type` = 1
|
||||
WHERE `entryorguid` = 2431400 AND `action_type` = 11 AND `action_param1` = 43458;
|
||||
Reference in New Issue
Block a user