mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
FIx sql naming and some small sql cosmetics.
--HG-- branch : trunk
This commit is contained in:
@@ -15,4 +15,3 @@ INSERT INTO `script_waypoint` VALUES
|
||||
(7998,13,-512.396,-86.3113,-151.642,30000,''),
|
||||
(7998,14,-520.928,-117.679,-156.119,0,''),
|
||||
(7998,15,-521.717,-119.564,-156.114,0,'');
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@ INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`
|
||||
(23861,-1000469,'It is too late for us, living one. Take yourself and your friend away from here before you both are... claimed...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,''),
|
||||
(23861,-1000470,'Go away, whoever you are! Witch Hill is mine... mine!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,''),
|
||||
(23861,-1000471,'It was... terrible... the demon...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'');
|
||||
|
||||
|
||||
@@ -2,4 +2,3 @@ DELETE FROM `script_texts` WHERE `entry` IN (-1000472,-1000473);
|
||||
INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`,`sound`,`type`,`language`,`emote`,`comment`) VALUES
|
||||
(23864,-1000472,'This land was mine long before your wretched kind set foot here.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''),
|
||||
(23864,-1000473,'All who venture here belong to me, including you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user