From 3363acba6f1e8e51937ae2e354a8086c5c56b8cd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 20 May 2018 06:11:17 +0300 Subject: Show gm revive button in death dialog if player have rights for @alive command. --- src/net/eathena/beingrecv.cpp | 2 +- src/net/tmwa/beingrecv.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net') diff --git a/src/net/eathena/beingrecv.cpp b/src/net/eathena/beingrecv.cpp index 1d098e9bc..5ec7cae15 100644 --- a/src/net/eathena/beingrecv.cpp +++ b/src/net/eathena/beingrecv.cpp @@ -71,7 +71,7 @@ #include "debug.h" extern int serverVersion; -extern OkDialog *deathNotice; +extern Window *deathNotice; extern bool packets_re; extern bool packets_main; extern bool packets_zero; diff --git a/src/net/tmwa/beingrecv.cpp b/src/net/tmwa/beingrecv.cpp index a40bcd1aa..3a6e19076 100644 --- a/src/net/tmwa/beingrecv.cpp +++ b/src/net/tmwa/beingrecv.cpp @@ -56,7 +56,7 @@ #include "debug.h" -extern OkDialog *deathNotice; +extern Window *deathNotice; namespace TmwAthena { -- cgit v1.2.3-70-g09d2