mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/Misc: More startup errors
This commit is contained in:
6
sql/updates/world/4.3.4/2016_09_03_04_world.sql
Normal file
6
sql/updates/world/4.3.4/2016_09_03_04_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (51101,51102,51103);
|
||||
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`) VALUES
|
||||
(51101, 41020, 1),
|
||||
(51102, 41020, 1,
|
||||
(51103, 41020, 1);
|
||||
Reference in New Issue
Block a user