mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
DB/Misc: Fix few startup errors
By Killyana
This commit is contained in:
4
sql/updates/world/4.3.4/2017_12_01_06_world.sql
Normal file
4
sql/updates/world/4.3.4/2017_12_01_06_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `action_param1`=12039 WHERE `entryorguid`=4517 AND `source_type`=0 AND `id`=2;
|
||||
UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=79606 WHERE `entryorguid`=204019 AND `source_type`=1 AND `id`=1;
|
||||
DELETE FROM `spell_target_position` WHERE `ID`=71241;
|
||||
Reference in New Issue
Block a user