diff options
author | teacher <none@none> | 2010-01-18 17:28:48 +0100 |
---|---|---|
committer | teacher <none@none> | 2010-01-18 17:28:48 +0100 |
commit | 8dc9140e1cd7baa0fc082494b4920b9b2dcfbf32 (patch) | |
tree | 1824cb60ed0b5dd48a6962fcff275f0b2f9799b8 | |
parent | d4ca8f6eee973f38dc3779aa1322596e93409c87 (diff) |
FIx sql naming and some small sql cosmetics.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/7033_world_script_waypoints.sql | 1 | ||||
-rw-r--r-- | sql/updates/7053_world_script_texts.sql | 1 | ||||
-rw-r--r-- | sql/updates/7054_world_script_texts.sql | 1 | ||||
-rw-r--r-- | sql/updates/7062_world_gossip_menu_option.sql (renamed from sql/updates/7062_gossip_menu_option.sql) | 0 |
4 files changed, 0 insertions, 3 deletions
diff --git a/sql/updates/7033_world_script_waypoints.sql b/sql/updates/7033_world_script_waypoints.sql index 5da669458cf..3c9f6e79149 100644 --- a/sql/updates/7033_world_script_waypoints.sql +++ b/sql/updates/7033_world_script_waypoints.sql @@ -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,''); - diff --git a/sql/updates/7053_world_script_texts.sql b/sql/updates/7053_world_script_texts.sql index 5b20f6907a6..10556df821e 100644 --- a/sql/updates/7053_world_script_texts.sql +++ b/sql/updates/7053_world_script_texts.sql @@ -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,''); - diff --git a/sql/updates/7054_world_script_texts.sql b/sql/updates/7054_world_script_texts.sql index 82b9ad12c2a..5e6364a1b31 100644 --- a/sql/updates/7054_world_script_texts.sql +++ b/sql/updates/7054_world_script_texts.sql @@ -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,''); - diff --git a/sql/updates/7062_gossip_menu_option.sql b/sql/updates/7062_world_gossip_menu_option.sql index 9b68d962e3a..9b68d962e3a 100644 --- a/sql/updates/7062_gossip_menu_option.sql +++ b/sql/updates/7062_world_gossip_menu_option.sql |