mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
DB/SAI: Fix few startup errors after 96b3df2
This commit is contained in:
5
sql/updates/world/2014_04_03_00_world_sai.sql
Normal file
5
sql/updates/world/2014_04_03_00_world_sai.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
INSERT INTO `creature_equip_template` (`entry`, `id`, `itemEntry1`) VALUES (25239, 1, 6829);
|
||||
UPDATE `smart_scripts` SET `action_param1`=1 WHERE `entryorguid`=23597 AND `id`=10;
|
||||
UPDATE `smart_scripts` SET `action_param1`=1 WHERE `entryorguid`=32720 AND `id`=0;
|
||||
UPDATE `smart_scripts` SET `action_param1`=1 WHERE `entryorguid`=35116 AND `id`=0;
|
||||
Reference in New Issue
Block a user