diff options
-rw-r--r-- | db/constants.conf | 2 | ||||
-rw-r--r-- | npc/014-5-1/sagratha.txt | 2 | ||||
-rw-r--r-- | npc/014-5/events.txt | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/db/constants.conf b/db/constants.conf index be7a25d74..026b17ca0 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4030,6 +4030,8 @@ constants_db: { NPC_CROPS: 189 NPC_BLOSSOM: 190 NPC_THORN_NPC: 191 // NPC_THORNS is for Dungeon + NPC_GOLDPOT: 192 + NPC_SAGRATHA: 193 // LoF Non Animated NPCs NPC_FORTIUN: 200 diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt index 6511ce4b7..e3c6fe799 100644 --- a/npc/014-5-1/sagratha.txt +++ b/npc/014-5-1/sagratha.txt @@ -4,7 +4,7 @@ // Description: // Sagratha -014-5-1,33,37,0 script Sagratha NPC_SAMANTHA,{ +014-5-1,33,37,0 script Sagratha NPC_SAGRATHA,{ goodbye; end; OnInit: diff --git a/npc/014-5/events.txt b/npc/014-5/events.txt index 462b5c46e..062c662d1 100644 --- a/npc/014-5/events.txt +++ b/npc/014-5/events.txt @@ -11,7 +11,7 @@ // $@PATRICK_DAYMAX // Last day in St. Patrick event -014-5,47,53,0 script St. Patrick Gold Pot NPC_COOKIE_MASTER,{ +014-5,47,53,0 script St. Patrick Gold Pot NPC_GOLDPOT,{ function symbol{ switch (getarg(0)) { case 0: |