summaryrefslogtreecommitdiff
path: root/npc/025-2-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-14 16:09:49 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-14 16:09:49 -0300
commitc733872ea010e47facfec2b915acd0873a611bf9 (patch)
tree515a050654921c6995617157328841e825ff27bf /npc/025-2-4
parent16cf7d67834ab45de67a2dce2ec7406373547816 (diff)
downloadserverdata-c733872ea010e47facfec2b915acd0873a611bf9.tar.gz
serverdata-c733872ea010e47facfec2b915acd0873a611bf9.tar.bz2
serverdata-c733872ea010e47facfec2b915acd0873a611bf9.tar.xz
serverdata-c733872ea010e47facfec2b915acd0873a611bf9.zip
Update PCBLOCK
Diffstat (limited to 'npc/025-2-4')
-rw-r--r--npc/025-2-4/tree.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/025-2-4/tree.txt b/npc/025-2-4/tree.txt
index 16d1ecb7f..bc6544889 100644
--- a/npc/025-2-4/tree.txt
+++ b/npc/025-2-4/tree.txt
@@ -5,14 +5,14 @@
// Pinkie Cave Tree is part of Legendary Weapons
025-2-4,39,33,0 script Mana Tree NPC_MANATREE,{
- setpcblock(255, true);
+ setpcblock(PCBLOCK_HARD, true);
mesc l("A tree glows in this dark cave, surrounded by mana lanes.");
next;
mesc l("This might be the place of a great secret, but yet, all you can do is stare.");
next;
mesc l("...for now.");
next;
- setpcblock(255, false);
+ setpcblock(PCBLOCK_HARD, false);
closeclientdialog;
close;