diff options
| author | Blaymoira <none@none> | 2008-12-16 16:17:10 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2008-12-16 16:17:10 +0100 |
| commit | 6810d8085396d23b4ec459c50deabc97605dbbea (patch) | |
| tree | 0e5a5375d68da90ffa722ea82e8044dc7198662d /sql | |
| parent | e4be94461bb999c41e5d91826e1b64e245829ba6 (diff) | |
*Fix a typo in 513_world_scripts.sql thx for pointing BlueSteel
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/513_world_scripts.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/513_world_scripts.sql b/sql/updates/513_world_scripts.sql index 751e7997005..d70ff7dbe59 100644 --- a/sql/updates/513_world_scripts.sql +++ b/sql/updates/513_world_scripts.sql @@ -1,5 +1,5 @@ DELETE FROM gameobject WHERE id=184956; -INSERT INTO gameobject (id, map, spawnMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES (184956, 548, 1, 39.1372, -418.625, -21.5806, 1.29069, 0, 0, 0.601475, 0.798891, 25, 0, 1) +INSERT INTO gameobject (id, map, spawnMask, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES (184956, 548, 1, 39.1372, -418.625, -21.5806, 1.29069, 0, 0, 0.601475, 0.798891, 25, 0, 1); UPDATE `instance_template` SET `script`='instance_dark_portal' WHERE `map`=269; UPDATE `creature_template` SET `ScriptName`='npc_medivh_bm' WHERE `entry`=15608; |
