From ed81a608891c611b65733b07f52584d88265a9a7 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:31:42 +0200 Subject: [PATCH] Create zone_wetlands.sql - gave Fremal Doohickey correct first aid recipes --- sql/world/base/zone_wetlands.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/world/base/zone_wetlands.sql diff --git a/sql/world/base/zone_wetlands.sql b/sql/world/base/zone_wetlands.sql new file mode 100644 index 0000000..1b85ef2 --- /dev/null +++ b/sql/world/base/zone_wetlands.sql @@ -0,0 +1,3 @@ +-- Fremal Doohickey +DELETE FROM `npc_trainer` WHERE `ID`=3181; +INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (3181, -350000);