mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Update zone_silvermoon.sql
- gave Alestus <First Aid Trainer> correct first aid recipes
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
-- Alestus <First Aid Trainer>
|
||||||
|
DELETE FROM `npc_trainer` WHERE `ID`=16662;
|
||||||
|
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (16662, -350000);
|
||||||
|
|
||||||
/* Restore Blood Knight quests to pre-2.4 state */
|
/* Restore Blood Knight quests to pre-2.4 state */
|
||||||
SET @MURU_GUID := 352043;
|
SET @MURU_GUID := 352043;
|
||||||
DELETE FROM `creature` WHERE `guid` = @MURU_GUID;
|
DELETE FROM `creature` WHERE `guid` = @MURU_GUID;
|
||||||
|
|||||||
Reference in New Issue
Block a user