Revert "Fixed an issue where Hans lost dialogue"

This reverts commit 0002a014f2.
This commit is contained in:
Ceikry 2020-03-10 18:01:59 -05:00
parent 398630e6a2
commit efd72b909c
2 changed files with 1 additions and 3 deletions

View file

@ -19627,7 +19627,6 @@ CREATE TABLE `npc_spawns` (
--
INSERT INTO `npc_spawns` (`npc_id`, `loc_data`) VALUES
(0, '{3217,3215,0,1,0}'),
(4474, '{3214,3252,0,0,0}-{3214,3253,0,0,0}-{3214,3254,0,0,0}'),
(7891, '{3207,3250,0,0,0}-{3208,3250,0,0,0}-{3209,3250,0,0,0}'),
(4400, '{3018,10313,0,1,4}-{3016,10315,0,1,4}-{3018,10322,0,1,4}-{3024,10326,0,1,3}-{3030,10332,0,1,4}-{3029,10337,0,1,6}-{3034,10342,0,1,3}-{2072,5200,0,1,7}-{2130,5267,0,1,7}-{2140,5252,0,1,5}-{2141,5252,0,1,1}-{2142,5252,0,1,0}-{2148,5255,0,1,3}-{2125,5270,0,1,1}-{2148,5257,0,1,1}-{2117,5274,0,1,4}-{2146,5307,0,1,2}-{2145,5305,0,1,5}-{2152,5307,0,1,4}-{2148,5252,0,1,0}-{2142,5262,0,1,3}-{2124,5275,0,1,4}-{2121,5276,0,1,3}-{2148,5304,0,1,0}-{2146,5305,0,1,5}-{2148,5304,0,1,1}-{2151,5304,0,1,6}-{2145,5306,0,1,3}-{2134,5272,0,1,6}'),

View file

@ -9,8 +9,7 @@ import org.crandor.plugin.Plugin;
* Handles the Hans NPC.
* @author Emperor
*/
//REMOVING INITIALIZABLE PLUGIN, DO NOT LET THIS RUN, IT PREVENTS HANS FROM HAVING ANY DIALOGUE. -Ceikry
//@InitializablePlugin
@InitializablePlugin
public final class HansNPC extends AbstractNPC {
/**