mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 00:48:39 +01:00
DB/Misc: Fix some startup errors
This commit is contained in:
6
sql/updates/world/2016_01_23_03_world.sql
Normal file
6
sql/updates/world/2016_01_23_03_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
INSERT INTO `spell_loot_template` (`Entry`, `Item`, `MinCount`, `MaxCount`) VALUES
|
||||
(75183, 54464, 8, 11);
|
||||
|
||||
INSERT INTO `spell_loot_template` (`Entry`, `Item`) VALUES
|
||||
(86615, 61987);
|
||||
Reference in New Issue
Block a user