mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Misc: Fix 3 startup errors
This commit is contained in:
3
sql/updates/world/2016_01_22_02_world.sql
Normal file
3
sql/updates/world/2016_01_22_02_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
UPDATE `creature_template` SET `npcflag`=`npcflag`|128 WHERE `entry`= 9988;
|
||||
UPDATE `npc_vendor` SET `incrtime`=7200 WHERE `entry`=50458 AND `item`=10938;
|
||||
UPDATE `npc_vendor` SET `incrtime`=7200 WHERE `entry`=50458 AND `item`=10940;
|
||||
Reference in New Issue
Block a user