diff options
| author | megamage <none@none> | 2008-10-23 22:04:14 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2008-10-23 22:04:14 -0500 |
| commit | 277334fc41d3c424d9a92c257bb6c80f7592f968 (patch) | |
| tree | 1b232087c5ff0e528382e52b1a53f88e00859b8b /src/bindings/scripts/sql | |
| parent | 0f32ffb90ed4d0fe8ecd00451bb282c38f2164fe (diff) | |
[svn] Fix cloak of shadow, can remove fairy fire now.
Add yells to High King Maulgar. Patch provided by riddick.
Script for Prince Malchezaar Doors. Patch provided by BroodWyrm.
Bug fix for Selin Fireheart. Patch provided by BroodWyrm.
Arcane Charges only while on flightpath. Patch provided by SLG.
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/sql')
| -rw-r--r-- | src/bindings/scripts/sql/Updates/r112_trinity.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bindings/scripts/sql/Updates/r112_trinity.sql b/src/bindings/scripts/sql/Updates/r112_trinity.sql new file mode 100644 index 00000000000..2d2412c395b --- /dev/null +++ b/src/bindings/scripts/sql/Updates/r112_trinity.sql @@ -0,0 +1,2 @@ +UPDATE `item_template` SET `ScriptName`='item_arcane_charges' WHERE `entry`='34475';
+UPDATE gameobject_template SET faction = 14 WHERE entry = 185134;
\ No newline at end of file |
