mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Quest: The Keeper's Favor
Fix spell target and cast type Closes #17623
This commit is contained in:
4
sql/updates/world/3.3.5/2016_07_19_04_world.sql
Normal file
4
sql/updates/world/3.3.5/2016_07_19_04_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `action_type`=11, `target_type`=7, target_param1=0 WHERE `entryorguid`=11832 AND `source_type`=0 AND `id`=1;
|
||||
UPDATE `smart_scripts` SET `action_param2`=0, `target_type`=7 WHERE `entryorguid`=30630 AND `source_type`=0 AND `id`=0;
|
||||
|
||||
Reference in New Issue
Block a user