Changeset 230 for trunk/src/game/Level2.cpp
- Timestamp:
- 11/19/08 13:48:46 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Level2.cpp
r207 r230 2823 2823 uint32 Maxpoint; 2824 2824 2825 sLog.outDebug("DEBUG: HandleWpShowCommand: lowguid: %u", lowguid); 2826 2827 sLog.outDebug("DEBUG: HandleWpShowCommand: Habe creature: %ld", target ); 2828 2829 sLog.outDebug("DEBUG: HandleWpShowCommand: wpshow - show: %s", show_str); 2830 //PSendSysMessage("wpshow - show: %s", show); 2825 sLog.outDebug("DEBUG: HandleWpShowCommand: lowguid: %u show: %s", lowguid, show_str); 2831 2826 2832 2827 // Show info for the selected waypoint … … 2849 2844 QueryResult *result = 2850 2845 WorldDatabase.PQuery( "SELECT id, point, waittime, emote, spell, text1, text2, text3, text4, text5, model1, model2 FROM creature_movement WHERE wpguid = %u", 2851 target->GetGUID () );2846 target->GetGUIDLow() ); 2852 2847 if(!result) 2853 2848 {