mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-14 11:58:20 +00:00
Remove trailing whitespace
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ bool ZoneDatabase::OpenQuery(char* zonename) {
|
||||
strcpy( Quest::m_pQuests[ l_cnt ].m_pQuestText, row[1] );
|
||||
Quest::m_pQuests[ l_cnt ].m_pQuestEnd = new char[ strlen( row[2] )+1 ];
|
||||
strcpy( Quest::m_pQuests[ l_cnt ].m_pQuestEnd, row[2] );
|
||||
|
||||
|
||||
Quest::m_pQuests[ l_cnt ].m_iNpcId = atoi( row[3] );
|
||||
Quest::m_pQuests[ l_cnt ].m_iQuestObject= atoi( row[4] );
|
||||
Quest::m_pQuests[ l_cnt ].m_iQuestPrice = atoi( row[5] );
|
||||
|
||||
Reference in New Issue
Block a user