mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-31 06:12:28 +00:00
Changelog
This commit is contained in:
parent
10e3c31ad6
commit
3ec39ce06b
@ -6,6 +6,11 @@ demonstar55: Add quest debugging to lua
|
|||||||
eq.debug("Test debug level explicit 1", 1)
|
eq.debug("Test debug level explicit 1", 1)
|
||||||
eq.debug("Test debug level explicit 2", 2)
|
eq.debug("Test debug level explicit 2", 2)
|
||||||
eq.debug("Test debug level explicit 3", 3)
|
eq.debug("Test debug level explicit 3", 3)
|
||||||
|
Akkadius: Add Packet Logging Categories
|
||||||
|
- 5 - Packet: Client -> Server - Logs::Client_Server_Packet
|
||||||
|
- 39 - Packet: Server -> Client - Logs::Server_Client_Packet
|
||||||
|
- 40 - Packet: Client -> Server Unhandled - Logs::Client_Server_Packet_Unhandled
|
||||||
|
See: http://wiki.eqemulator.org/p?Logging_System_Overhaul#packet-logging
|
||||||
|
|
||||||
== 01/31/2015 ==
|
== 01/31/2015 ==
|
||||||
Trevius: Fixed FindGroundZ() and GetGroundZ() to once again utilize the X and Y arguments that are passed to them.
|
Trevius: Fixed FindGroundZ() and GetGroundZ() to once again utilize the X and Y arguments that are passed to them.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user