summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-12-18 00:58:24 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-12-18 00:58:24 +0000
commitf83ed8b03c85fb485e0a85439f36c555ca1910ee (patch)
tree59dcfd81e73603582a698a294e6fee925d629b5b /ChangeLog
parent5b13f9cb7d2c86e8c6b95f953c3afdb808016375 (diff)
downloadmanaserv-f83ed8b03c85fb485e0a85439f36c555ca1910ee.tar.gz
manaserv-f83ed8b03c85fb485e0a85439f36c555ca1910ee.tar.bz2
manaserv-f83ed8b03c85fb485e0a85439f36c555ca1910ee.tar.xz
manaserv-f83ed8b03c85fb485e0a85439f36c555ca1910ee.zip
Made use of AccountPtr instead of Account*.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 18f6d44d..66ea1a1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,8 @@
src/gamehandler.cpp, src/connectionhandler.h, src/state.h,
src/state.cpp: Made the handlers use the countedPtr for Beings
as they should. Fixed a segfault when removing a being from the
- world.
+ world. Also made use of AccountPtr instead of Account* to fix a
+ not seen but yet present account reselection segfault bug.
2005-12-17 Bjorn Steinbrink <B.Steinbrink@gmx.de>