mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Remove 'using namespaces std' fixes #61
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@
|
||||
#include <assert.h>
|
||||
#include "worldserver.h"
|
||||
|
||||
map<uint16, const NPCType *> Horse::horse_types;
|
||||
std::map<uint16, const NPCType *> Horse::horse_types;
|
||||
LinkedList<NPCType *> horses_auto_delete;
|
||||
|
||||
Horse::Horse(Client *_owner, uint16 spell_id, float x, float y, float z, float heading)
|
||||
|
||||
Reference in New Issue
Block a user