diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/scripts/world_scripts_full.sql | 2 | ||||
| -rw-r--r-- | sql/updates/world/2011_07_23_00_world_areatrigger_scripts.sql | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql index 67ac157a736..c3d890c4665 100644 --- a/sql/scripts/world_scripts_full.sql +++ b/sql/scripts/world_scripts_full.sql @@ -40,6 +40,8 @@ INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES (1738, 'at_scent_larkorwi'), (1739, 'at_scent_larkorwi'), (1740, 'at_scent_larkorwi'), +(5046, 'at_sholazar_waygate'), +(5047, 'at_sholazar_waygate'), (5369, 'at_RX_214_repair_o_matic_station'), (5423, 'at_RX_214_repair_o_matic_station'), (5633, 'at_tyrannus_event_starter'), diff --git a/sql/updates/world/2011_07_23_00_world_areatrigger_scripts.sql b/sql/updates/world/2011_07_23_00_world_areatrigger_scripts.sql new file mode 100644 index 00000000000..b3630999865 --- /dev/null +++ b/sql/updates/world/2011_07_23_00_world_areatrigger_scripts.sql @@ -0,0 +1,4 @@ +DELETE FROM `areatrigger_scripts` WHERE `entry` IN (5046,5047); +INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES +(5046,'at_sholazar_waygate'), +(5047,'at_sholazar_waygate'); |
