mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/quest: Fix credit quest for The Wakening
This commit is contained in:
4
sql/updates/world/2015_11_24_12_world.sql
Normal file
4
sql/updates/world/2015_11_24_12_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `action_type`=33, `action_param1`=38895 WHERE `entryorguid`=3889500 AND `source_type`=9 AND `id`=1;
|
||||
UPDATE `smart_scripts` SET `action_type`=33, `action_param1`=49230 WHERE `entryorguid`=4923000 AND `source_type`=9 AND `id`=1;
|
||||
UPDATE `smart_scripts` SET `action_type`=33, `action_param1`=49231 WHERE `entryorguid`=4923100 AND `source_type`=9 AND `id`=1;
|
||||
Reference in New Issue
Block a user