diff options
| author | Shauren <none@none> | 2010-08-06 20:09:23 +0200 | 
|---|---|---|
| committer | Shauren <none@none> | 2010-08-06 20:09:23 +0200 | 
| commit | 5a345eeade9073fd5c3fd8c1848ab3ebf86ab48a (patch) | |
| tree | 718644b44d48fb358446e7bb043a1be76ad4a698 /sql/base/world_database.sql | |
| parent | 8a22c601505e1ad30d2cd0b327f85bcfb7ac1716 (diff) | |
Implemented Dalaran no-fly zone
--HG--
branch : trunk
Diffstat (limited to 'sql/base/world_database.sql')
| -rw-r--r-- | sql/base/world_database.sql | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 656f1ead05c..379477cb949 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -14712,6 +14712,8 @@ CREATE TABLE `spell_script_names` (  LOCK TABLES `spell_script_names` WRITE;  /*!40000 ALTER TABLE `spell_script_names` DISABLE KEYS */;  INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +-- generic +( 58601, 'spell_gen_remove_flight_auras'),  -- warrior  ( 12975,'spell_warr_last_stand'),  ( 21977,'spell_warr_warriors_wrath'),  | 
