v0.8 업데이트 #116

Closed
Hide_D wants to merge 209 commits from custom_map into devel
Showing only changes of commit f2486e7470 - Show all commits
+1 -1
View File
@@ -564,7 +564,7 @@ $(function() {
var $name = $this.children('.i_name');
$name.addClass('nameplate');
var name = $name.find('.t_name').html();
var name = $name.find('.t_name').text();
var $work = $this.children('.i_action');