mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
4
sql/updates/world/2014_01_23_09_npc_trainer.sql
Normal file
4
sql/updates/world/2014_01_23_09_npc_trainer.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `npc_trainer` WHERE `entry`=201009 AND `spell`=63746;
|
||||
INSERT INTO `npc_trainer` (`entry`, `spell`, `spellcost`, `reqskill`, `reqskillvalue`, `reqlevel`) VALUES
|
||||
(201009, 63746, 5000, 333, 225, 0);
|
||||
Reference in New Issue
Block a user