This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Unit] | |
| Description=CGA Server | |
| Requires=network.target | |
| After=network.target | |
| [Service] | |
| ExecStart=/usr/bin/cga/server/cgaserver | |
| Type=forking | |
| [Install] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| USE world; | |
| DELETE FROM creature WHERE id = 999999; | |
| DELETE FROM creature_template WHERE entry = 999999; | |
| DELETE FROM creature_template WHERE entry = 999997; | |
| DELETE FROM creature_template WHERE entry = 999996; | |
| DELETE FROM creature_template WHERE entry = 999995; | |
| DELETE FROM creature_classlevelstats WHERE basehp0 = 65535; | |
| DELETE FROM gameobject_template WHERE entry = 999998; | |
| DELETE FROM gameobject_template_addon WHERE entry = 999998; |