Commit 1ee9cc80 authored by mingjun97's avatar mingjun97 Committed by Melledy
Browse files

Auto fill name of the event from TextMap

parent 1d6fd525
...@@ -245,7 +245,7 @@ final class ToolsWithLanguageOption { ...@@ -245,7 +245,7 @@ final class ToolsWithLanguageOption {
"\" : [\"" + map.get(data.getNameTextMapHash()).replaceAll("\"", "") "\" : [\"" + map.get(data.getNameTextMapHash()).replaceAll("\"", "")
+ "("+ map.get(4231343903L)+")\",\""+ color + "\"]"); + "("+ map.get(4231343903L)+")\",\""+ color + "\"]");
} }
writer.println(",\"200\": \"Standard\", \"301\": \"Avatar Event\", \"302\": \"Weapon event\""); writer.println(",\"200\": \""+map.get(332935371L)+"\", \"301\": \""+ map.get(2272170627L) + "\", \"302\": \""+map.get(2864268523L)+"\"");
writer.println("}\n}"); writer.println("}\n}");
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment