[8900] Move most gossip related functions from Creature to Player class

Adjust arguments passed in functions accordingly, for easier implementation of gossip for Gameobjects in future.
Some additional code cleanup in affected functions.
This commit is contained in:
NoFantasy 2009-12-01 14:14:22 +01:00
parent 840fad2d07
commit a8bd659872
7 changed files with 365 additions and 328 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8899"
#define REVISION_NR "8900"
#endif // __REVISION_NR_H__