Remove "Maple" prefix from MaplePacketCreator name
This commit is contained in:
@@ -31,7 +31,7 @@ import server.life.MapleLifeFactory;
|
||||
import server.life.MapleNPC;
|
||||
import server.maps.MapleMap;
|
||||
import tools.DatabaseConnection;
|
||||
import tools.MaplePacketCreator;
|
||||
import tools.PacketCreator;
|
||||
|
||||
import java.awt.*;
|
||||
import java.sql.Connection;
|
||||
@@ -94,7 +94,7 @@ public class PnpcCommand extends Command {
|
||||
|
||||
MapleMap map = ch.getMapFactory().getMap(mapId);
|
||||
map.addMapObject(npc);
|
||||
map.broadcastMessage(MaplePacketCreator.spawnNPC(npc));
|
||||
map.broadcastMessage(PacketCreator.spawnNPC(npc));
|
||||
}
|
||||
|
||||
player.yellowMessage("Pnpc created.");
|
||||
|
||||
Reference in New Issue
Block a user