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