rebind converted to xyz_location

This commit is contained in:
Arthur Ice
2014-12-02 10:56:02 -08:00
parent 7ce7af05f3
commit 9d6a89c65d
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ public:
void targlobal(const char *varname, const char *value, const char *duration, int npcid, int charid, int zoneid);
void delglobal(const char *varname);
void ding();
void rebind(int zoneid, float x, float y, float z);
void rebind(int zoneid, const xyz_location& location);
void start(int wp);
void stop();
void pause(int duration);