mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-30 09:22:24 +00:00
[Hotfix] Remove food or water GM message
This commit is contained in:
parent
405d963005
commit
6dd061cba2
@ -1918,8 +1918,6 @@ void Client::DoStaminaHungerUpdate()
|
|||||||
} else {
|
} else {
|
||||||
sta->food = 6000;
|
sta->food = 6000;
|
||||||
sta->water = 6000;
|
sta->water = 6000;
|
||||||
|
|
||||||
Message(Chat::White, "Your GM flag prevents you from consuming food or water.");
|
|
||||||
}
|
}
|
||||||
} else { // No auto food/drink consumption in the Bazaar
|
} else { // No auto food/drink consumption in the Bazaar
|
||||||
sta->food = 6000;
|
sta->food = 6000;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user